keronsen / travis-test-4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre-release note

Please note that this repository contains pre-release software, and cannot be used until the Appstax services are officially released. If you are a registered early access developer, please download the JavaScript SDK from appstax.com. You will be notified when you should change to the updated version in this repository.

Want beta access? Send us an email to request an early access code.

Appstax iOS SDK

This is the official SDK for Appstax. Please read the iOS Guide to get up and running.

Installing

Download the latest release and add Appstax.framework to your app.

Example usage

[Appstax setAppKey:@"your-app-key"];

AXObject *contact = [AXObject create:@"Contacts"];
contact[@"name"]  = @"John Appleseed";
contact[@"email"] = @"john@appleseed.com";
[contact save];

See the iOS Guide for more info on how to set up your app and data model.

Building from source

Open Appstax/Appstax.xcodeproj in XCode and build the AppstaxUniversal target, or run ./build.sh on the command line.

License

MIT License

About

License:MIT License


Languages

Language:Objective-C 99.0%Language:Shell 1.0%