Skip to content

[QUERY] Notification Hub only working on Android #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
StephanRaab opened this issue May 13, 2021 · 2 comments
Open

[QUERY] Notification Hub only working on Android #60

StephanRaab opened this issue May 13, 2021 · 2 comments

Comments

@StephanRaab
Copy link

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
@ahoke-cr
Copy link

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.

@Phenek
Copy link
Contributor

Phenek commented Jan 7, 2022

iOS use two push notifications certificates
Production => for release purpose (Testflight, AppStore)
Sandbox => for debug purpose (development)

What is your configuration in notification hub?

Screenshot 2022-01-07 at 11 55 25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants