...
Code Block |
---|
class AppDelegate: UIResponder, UIApplicationDelegate, AppoxeeNotificationDelegate {
...
} |
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:
...