Tag: push

  • Push notifications iOS8

    Push management on iOS8 To migrate an app that uses push notifications from iOS7 to iOS8, you must change some methods. Register the app to receive push The method registerForRemoteNotificationTypes has been deprecated, and now you must use registerUserNotificationSettings. To have compatibility with both versions you can use this code: Check if the user has […]