1

I have implmented appboy in iOS app for push notifications. This was working fine previously but from last two days its giving an error when I am trying to test a push.

"None of the users with email or id asd111@gmail.com have matching push tokens for iOS Push" enter image description here

And previously everything was good and working fine. same p12 certificates same pem. Any suggestion would be helpful.

d-_-b
  • 21,536
  • 40
  • 150
  • 256
Pankaj Bhardwaj
  • 2,081
  • 1
  • 17
  • 37

1 Answers1

1

I was facing same issue a while ago and ended up uploading another p12 certificate. It worked like a charm ;). Also make sure you are testing in the same environment for which appboy is configured for! I mean, if you are using development certificates to test push notifications than you must upload development SSL certificate (p12) and if you are using distribution certificate than you must upload production SSL certificate. Hope it helps!