You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can some one help I have the same problem IOS14, and when i try the test in Azure Portal I get
apple | 6321218213637372908-5225854469778412245-3 | The Push Notification System handle for the registration is invalid
with this basic payload {"aps":{"alert":"Notification Hub test notification"}}, and the registration is removed from the hub
Is in Xamarin forms and the code for registration in AppDelegate are:
Can some one help I have the same problem IOS14, and when i try the test in Azure Portal I get
apple | 6321218213637372908-5225854469778412245-3 | The Push Notification System handle for the registration is invalid
with this basic payload {"aps":{"alert":"Notification Hub test notification"}}, and the registration is removed from the hub
Is in Xamarin forms and the code for registration in AppDelegate are:
Hub.UnregisterAll(deviceToken, (unregisterError) =>
{
if (unregisterError != null)
{
Console.WriteLine("Error calling Unregister: {0}", unregisterError.ToString());
return;
}
});
The text was updated successfully, but these errors were encountered: