You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we update the token on authentication, this inserts a test token into the DB. then when we run our unit tests on the production notification endpoint, we get APNs rejected the request: {'reason': 'BadDeviceToken'}
The text was updated successfully, but these errors were encountered:
During mobile tests:
when we update the token on authentication, this inserts a test token into the DB. then when we run our unit tests on the production notification endpoint, we get
APNs rejected the request: {'reason': 'BadDeviceToken'}
The text was updated successfully, but these errors were encountered: