-
Notifications
You must be signed in to change notification settings - Fork 14
iOS Registration
andrewtremblay edited this page Mar 15, 2013
·
2 revisions
###Registration#
Registration stores API keys that the AppBlade API requires to link your app to an AppBlade project. It also sets up additional data and settings that AppBlade needs to know about the app and your device.
Registration should be called before any other AppBlade function, so naturally you'd want it declared as early in the process as possible; in the -application:didFinishLaunchingWithOptions:
function of your AppDelegate
class.
example code go here