...
Code Block |
---|
class AppDelegate: UIResponder, UIApplicationDelegate, AppoxeeNotificationDelegate { .../* Class code goes here */ } |
5. Add the following implementation to the method named: application:didFinishLaunchingWithOptions:, Where, xxx.xxx represents the SDK ID. These were created for you with the Appoxee Dashboard:
...