Posts

Post not yet marked as solved
13 Replies
26k Views
Hi guysJust been testing our app under iOS13 and I've noticed something odd with VOIP push notifications when getting the tokenWhen I obtain the push token to send to the server, the value looks completely wrong under iOS13In 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 serverInvalid 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 hereHope you can helpTrevor
Posted
by trevr2.
Last updated
.