Questions tagged [ios9.3.1]

3 questions
10
votes
1 answer

Could not find developer disk image stack overflow xcode 7.2, iOS 9.3.1

After updating my devcie to iOS 9.3.1 Xocde giving "could not find developer disk image". I am using xcode 7.2. Please help.
Arpan Dixit
  • 995
  • 1
  • 12
  • 24
0
votes
0 answers

didRegisterForRemoteNotificationsWithDeviceToken not being called in ios 9.3.1

I am implementing remote notifications in one of my applications and for getting the device token i am using the method. - (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken { …
Ashley Rodrigues
  • 153
  • 2
  • 10
0
votes
1 answer

Device token changes each time when registered for push notification in iOS 9.3.1

I have an app which is working fine in iOS versions upto 9.2.1. The in these os versions the device token received is same as till the app is reinstalled. But after updating the iPhone to iOS 9.3.1 I am starting to get different push token each time…