I’ve followed the Ionic Push guide to set up push notifications for my Ionic app, currently testing on iOS. I haven’t been able to get push notifications working for dev, from either the dashboard or the API. From the dashboard, the error displayed is APNS_BAD_DEVICE_TOKEN.
As a last resort, I tried sending a push notification in a release build, and it actually worked. I don’t see anything in the docs about how to set push notifications for dev or prod. Is there a hidden variable that I need to be changing in order to send dev push notifications?