Sandbox APNS is down ?

hi, so suddenly my app cannot generate device token.

tried to run in production, everything worked just fine.

but if i run it in sandbox, no delegates method called

( didRegisterForRemoteNotificationsWithDeviceToken: or didFailToRegisterForRemoteNotificationsWithError: )


from what i read in the docs, it said :

"If neither delegate callback

application:didRegisterForRemoteNotificationsWithDeviceToken:
nor
application:didFailToRegisterForRemoteNotificationsWithError:
is called, that means that this connection has not yet been established."


so is Sandbox APNS currently down ? or there's something that i missed ?


thanks!

Replies

I also met this issue.

Hope Apple fix it ASAP.

Same issue here

Me too.

Wasted hours debugging why push was broken in my app then found this thread. Embarrasing ...

Like all of you, I wasted several hours experimenting to zero in on the failure. This forces me to reconsider using push notification for any type of serious application (Note: I have had no trouble with Google's Firebase Server).

I've also submitted a bug to Apple bug tracker (for reference, also posted here on Open Radar: rdar://27426357)

****!!!!

SO HUMLIATING!

STAPH MAKE ME DEBUG FAR HOURS!!!

looks like it has been fixed 😁

Apple Fixed the problem - It's now working again.