I am working on some iOS apps that are under the same publisher, and all have push notifications. When I call registerForRemoteNotificationTypes , I get a user invitation to enable or disable push notifications, but I application:didRegisterForRemoteNotificationsWithDeviceToken: is called with marker data before the user selects an option. And it is called again when they click OK. This is normal?
Also note: multiple applications seem to get the same token when working on the same device.
Tom hamming
source share