Register an iOS device

42 Views Asked by At

From my .NET8 MAUI application, I managed to register successfully the device in the Azure Notification Hub. The payload I use for sending the request to the installation API of Azure Notification Hub is like this one

{ 
    InstallationId = CD604726-8428-4693-B854-FBF8A13F79BA, 
    Platform = apns, 
    PushChannel = E6A6111438ACAF2221553D861CE8F132EBC32B0E23C8AC15AF77B178F67A9D58 
}

When I send a test message, I get an error related to the

The Push Notification System handle for the registration is invalid

enter image description here

What is the correct format of the Push Notification System handle? Is this the PushChannel? How can I fix it?

0

There are 0 best solutions below