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
On this page
Languages
Objective-C99.0%Shell1.0%
Contributors
MIT License
Created March 13, 2015
Updated March 13, 2015