Can't make it work under iOS 13.3 using code above.
It does work either via TEST SEND in Azure Notification Hub portal with the default message.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
typo.. It does NOT work either via TEST SEND.....
@deepakiara Thanks for the question! We will review and get back to you!
Hey we're also hitting this issue on multiple devices with iOS v13.3.1 with Xamarin IOS. It seems to be related to a change in the format for the device token:
iOS 13.3:
RegisteredForRemoteNotifications: Registering notifications for {length = 32, bytes = 0xf1d219ab c4aab6f4 e0408ae2 8a6e9a5c ... c6ddccbb 6a63fe2f }
iOS 12:
RegisteredForRemoteNotifications: Registering notifications for
We had an iOS 13.1 device that was receiving notifications, but we are unsure if the format on 13.1 is similar to 12, or if there is another underlying issue with the SDK. We are using Xamarin.Azure.NotificationHubs.IOS v2.0.4. Registration happens client side on the device.
Thanks for bringing this to our attention. I have assigned the issue to the content author to review further and update the document as appropriate.
Hi,
It seems that the issue is no longer exist under iOS 13.4
Yeah this seems resolved.