Push Notification Sandbox

I can not receive push notification from sandbox only. Push notification from "deployed" apps are sent succesfully. it is ok ? i am using AWS SNS with APNS sandbox, i was receiving, but unexpectedly stopped send. My certificate APNS sandbox is ok

Sandbox and Production pushes use different tokens. Make sure you are sending sandbox notifications to tokens the app has acquired when running in Debug mode.

The best way to avoid this type of confusion is to have your app register for remote notifications at every launch, and if the token has changed update the token on the server accordingly.

Hi @edero25, can you share how you maneged to solve this issue? I'm facing the same problem with SNS and APNS, but I'm receiving only in debug mode.

Push Notification Sandbox
 
 
Q