Solved

Push error - APNs 400 BadDeviceToken

  • 5 May 2023
  • 1 reply
  • 1551 views

Hello I’m trying to test sending push notifications to iOS devices directly using APNs instead. But now I’m getting an "APNs 400 BadDeviceToken" alert. What does this mean and does anyone know how I can fix this?

icon

Best answer by Penny 5 May 2023, 08:33

View original

1 reply

Userlevel 4

Hi there!

 

The "APNs 400 BadDeviceToken" error you're seeing is fairly common. Usually, this is means you will need to get an updated token for the device.

 

The error usually means mean that your device token are either invalid or for a non-production environment; Device tokens are unique to each environment and currently we only support the production environment.


We would recommend going over this section of our help documentation that goes over some of the possible reasons for this and how to resolve it:

Reply