My app is unable to register for push notifications with the user in development mode. (Production is working fine for some reason, on the same code.)
Authorization is requested and accepted just fine. Notification Center settings also show that authorization was given, but neither application(didRegisterForRemoteNotificationsWithDeviceToken:) or application(didFailToRegisterForRemoteNotificationsWithError:) is ever called.
Post
Replies
Boosts
Views
Activity
I have been using below versions to build the application and those are same as per the requirement specified by Apple, but still it is giving me the below error when I’m trying to upload the application to testflight.
These are the versions I’m using:
Xcode -: 13.4
iOS Sdk -: 15.5
Expo-Cli -: 5.4.7
Expo -: 41
Here is the error I’m getting:
Note: I have also tried to verify the app before delivering but verification is also giving the same error