November 2013
Intermediate to advanced
576 pages
19h 3m
English
To enable the ShoutOut app to receive push notifications, the app needs to register with the APNs to receive push notifications. The app can be customized to register for push notifications at any point that makes sense, when the user has a good idea what value push notifications will provide from the app. For this example, however, the sample app will register with the APNs right away in the app delegate, the applicationDidFinishLaunchingWithOptions method:
- (BOOL)application:(UIApplication *)applicationdidFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ [[UIApplication sharedApplication] registerForRemoteNotificationTypes: (UIRemoteNotificationTypeBadge ...
Read now
Unlock full access