Appboy iOS implementation

137 Views Asked by At

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 [email protected] 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.

1

There are 1 best solutions below

0
On BEST ANSWER

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!