iOS SDK Reference
This is the official Applicasa SDK Reference for iOS developers. These pages help you find class documentation files, and will be updated to reflect important changes to the SDK as they are released.
Base SDK References
User References
- User — Class for handling users.
- LiUserLocation — Class for handling User location needs.
In-App Purchase & Virtual Store References
- IAP — High-level API for handling In-App Purchases and virtual store items.
- VirtualCurrency — Class for interacting with virtual currencies.
- VirtualGood — Class for interacting with virtual goods.
- VirtualGoodCategory — Class for interacting with categories used to organize an application’s virtual goods.
Promotion References
- LiPromo — Class for interacting with Applicasa’s powerful Promotions features.
- PromoView — Helper class that provides a ready-made
UIViewfor displaying anLiPromoto users. - LiKitPromotionsDelegate — Delegate protocol for handling Promotions.
Game Session References
- LiSession — Class for managing user sessions and gameplay.
Query References
- LiQuery — Class for performing queries against the Applicasa datastore.
- LiFilters — Class for defining filters to limit
LiQueryresults.
Push Notification References
- LiObjPushNotification — Class for creating and sending Push notifications to users.
Datastore Object References
- LiObject — Base class for all Applicasa datastore objects.
Blocks References
- LiBlocks — Collection of Objective-C blocks used by Applicasa’s asynchronous SDK methods.
LiCore Delegate References
- LiCoreLocationDelegate — Delegate protocol for responding to getting current user locations.
- LiCoreUpdateLocationDelegate — Delegate protocol for responding to attempts to update user locations.
- LiCoreInitializeDelegate — Delegate protocol for responding to LiCore initialization & startup.