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
Query/Question
I have an Azure function that talks to Notification hub.
When I post a notification message to the function it sends it to Notification Hub, which in turn sends it down to the device.
I'm only receiving notifications on Android in this manner.
But, when I go to Notification Hub and send a test message to iOS, I do receive that.
Setup (please complete the following information if applicable):
OS: iOS 10.15.7
IDE : Visual Studio Mac 2019
Azure.NotificationHubs.Client.Xamarin v 1.0.0
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
[x ] Query Added
[x ] Setup information Added
The text was updated successfully, but these errors were encountered:
I'm able to receive messages on iOS when deploying directly to an iPhone, but not when I archive the app and distribute via TestFlight. Notification Hubs shows the test message was successfully sent, but my remote notification listener delegate is not invoked.
Query/Question
I have an Azure function that talks to
Notification hub
.When I post a notification message to the function it sends it to
Notification Hub
, which in turn sends it down to the device.I'm only receiving notifications on Android in this manner.
But, when I go to Notification Hub and send a test message to iOS, I do receive that.
Setup (please complete the following information if applicable):
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: