My server is sporting only one version of sending push notifications, and it has my production (release) push certificate.
How do I test the notifications on my debug device and debug builds, using the same production certificate?
My device is sending the token, but when I attempt to send a real push notification Apple servers return status 8 error, that means that device token is incorrect.
Release builds (ad-hoc or app store) will always get production
is confusing. Debug and release builds in Xcode both use development APNs, I've tested this. Distribution via Ad Hoc or App Store is what changes the app entitlement to use production APNs. I wanted to highlight the difference between builds and distribution. – Clubhouse