Post marked as solved
Post marked as solved with 5 replies, 467 views
I migrate apns to jwt token. On this page written
https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/establishing_a_token-based_connection_to_apns.
Similarly, APNs reports an error if you recreate your tokens more than once every 20 minutes.
I check this case, i recreate new jwt, and encrypt, and send message with this encrypted token, on production url, then I repeat this several times. But where i can see this.
APNs reports an error
If i am...
recreate your tokens more than once every 20 minutes.
It'is can be blocked push after some time, or i just give report ?