DEV Community

Discussion on: Correctly capture iOS 13 Device Token in Xamarin

Collapse
 
aledut profile image
aledut

Hello, Kevin, great article!

I have another question though.
I do need to recreate the NSData to update tags on azure. Before ios 13 i would do just this:
NSData nsData = new NSData(DeviceToken, NSDataBase64DecodingOptions.None);

that doesnt seems to work on ios13 since the NSData has a different structure, would you know how to do that too?

Thanks a lot!