Push notifications with ionic.io doesn't arrive

112 Views Asked by At

Recently I changed my account email address, and notifications stop working. I was on alpha version, so I migrated to beta, thinking that was the problem. Currently I'm on beta version, but still didn´t receive niotifications. I have configured dev_push to false, and I created the security profile with the apn certtificate and the gcm key. The devices are correctly registered as console log and dashboard ifnormation, but if a send a test push from dasboard never arrives to iOS or Andorid. Can you help me?

I got it working on Android, but not on iOS. I'm getting always APNS_BAD_DEVICE_TOKEN, I check my security profile and is OK

2

There are 2 best solutions below

0
On BEST ANSWER

I had to make all steps from scratch and test with TestFlight build. I can't get ir work with XCode build, not on debug and not on release.

0
On

If you are installing directly to your phone from Xcode, then you have to use Development security profile and make sure you are sending the notification from server side to iOS devlopment sand box. If you are using TestFlight you need to use Production profile and make sure you are sending the notification to iOS production sandbox.