1
votes

I'm working on a multi-platform app which includes push notifications. The issue I'm facing is described in the images below

1st Scenario :

enter image description here

2nd Scenario :

enter image description here

However, when I test notification hub (using azure portal or Visual Studio), I receive notifications on all the devices. It seems that Azure Notification Hub is ignoring Android devices when an iOS device uses the same account (tag).

Any help would be appreciated

1
Please attach the example of the notification you are trying to send?Alex Belotserkovskiy

1 Answers

2
votes

For that type of issues, use the Service Bus Explorer. Likely, your Android app did not subscribe successfully for some reason. Subscribing different apps working on the different platforms to the same tag should not be a problem - i saw it working many times, and implemented that by myself.

If you see in the Service Bus Explorer (see registrations for your NH, and search for your android app registration and the tags field) that your android app is subscribed to the tag, but you see no notifications, check if your notification is malformed.