Is it possible to update FCM azure notification hub installations to FCMV1 using a NotificationHubJob?

Mikt 0 Reputation points
2024-06-19T13:08:46.51+00:00

We need to update our existing FCM hub installations to FCMV1, I am able to do this one by one via the NotificationHubClient CreateOrUpdateInstallation method, but I can't seem to do this using a bulk operation to using a NotificationHubJob.

What I have tried is exporting all the current registrations - this works fine, then I am changing the registration type to type="FcmV1RegistrationDescription" in the exported file, then using a ImportUpdateRegistrations job type to update them. The job completes successfully, but no changes are made.

I have tried also making simple changes e.g. changing tags - these jobs also completes OK, but no changes are made.

I am wondering if it is not possible to make changes to installations via a NotificationHubJob. The official documentation for all this is somewhat lacking and the code sample is actually incorrect.

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
288 questions
0 comments No comments
{count} votes