Hi guys
Just been testing our app under iOS13 and I've noticed something odd with VOIP push notifications when getting the token
When I obtain the push token to send to the server, the value looks completely wrong under iOS13
In iOS12 and before this would be a typical token that was returned from credentials.token
<124686a5 556a72ca d808f572 00c323b9 3eff9285 92445590 3225757d b83997ba>
Whereas now under iOS 13, the same call returns this (including the brackets, dots and text)
{length = 32, bytes = 0xd3d997af 967d1f43 b405374a 13394d2f ... 28f10282 14af515f }
Of course when I pass this to the server to send on to Apple to send for the push notification, I get the following response from the Apple server
Invalid Device Token Format Error sending Apple Push Notification Device Token has a length of [69] and not the required 64 bytes!
Does anybody know what is going on here
Hope you can help
Trevor