Push Notifications are not delivering to apps deployed via Xcode, but work perfectly when build is deployed via TestFlight? What could this problem be?
Asked
Active
Viewed 499 times
1 Answers
-1
The iPhone Simulator is unable to receive push notifications or successfully register for them.
But, you can create a local APNS file and test PN on the simulator. Check this; https://betterprogramming.pub/how-to-send-push-notifications-to-the-ios-simulator-2988092ba931

Said Çankıran
- 69
- 4
-
I am using a physical device, not a simulator. – Edward Tattsyrup Nov 29 '21 at 10:27
-
Oh, then, probably there is a certificate problem. Test flight use production push certificate. The build which you use on your real device with XCode install use a development push certificate. Check these. – Said Çankıran Nov 29 '21 at 19:38