With AppCenter Push, most could be managed with the Xamarin Forms app, e.g. adding an audience for a user. The "official" Migration Guide as linked in DevBlog shows similar easy procedure for Android and iOS, but not for Xamarin Forms :-(
// Add a tag
NotificationHub.addTag("android");
// Remove a tag
NotificationHub.removeTag("android");
// Get tags
Iterable<String> tags = NotificationHub.getTags();
Additionally #5 is already open for 4 Months, without progress!
With AppCenter Push, most could be managed with the Xamarin Forms app, e.g. adding an audience for a user. The "official" Migration Guide as linked in DevBlog shows similar easy procedure for Android and iOS, but not for Xamarin Forms :-(
Additionally #5 is already open for 4 Months, without progress!
And now (as far as I found) https://docs.microsoft.com/en-us/azure/developer/mobile-apps/notification-hubs-backend-service-xamarin-forms#create-an-aspnet-core-web-api-backend-application is the way to go? I need to create a backend large backend with user management etc. just to do audience managing?
I hope I just did not find the right place even though I searched around for hours....
Many thanks!