I have a WP app that use NotificationHub.
To register the user, I call RegisterNativeAsync.
However, some users having slow connection raise to me that the loading is very long.
Is it possible to pass a CancellationToken when calling RegisterNativeAsync ?
Thanks,