CatalystCode / react-native-azurenotificationhub

React Native module to support Azure Notification Hub push notifications on Android, iOS, and Windows.
MIT License
47 stars 75 forks source link

Android Does not work #182

Open DanielAeon opened 3 years ago

DanielAeon commented 3 years ago

Report

I have searched everywhere and spend 2 days on this library and downloaded the sample app tried that out nothing happens. Click register is returns a UUID but nothing registers look at the azure notification hub no communication.

Environment

Issues and Steps to Reproduce

  1. Download sample app get your azure up connection string and hub name and your Firebase cloud messaging client id.
  2. Build app after removing the packages.add(new ReactNativeNotificationHubPackage()); from MainApplication.java.
  3. Click register (Nothing) doesn't seem to communicate at all.

Expected Behavior

I expected it to register the device so I can receive notifications

Actual Behavior

Nothing, doesn't work

LimanASL commented 3 years ago

Same issue here. Perviously worked to ask for notification permission and register to notification hub .

But recently only returns a UUID

MahendraBalu commented 3 years ago

I am not receiving notifications on the device. My Device is got registered in Notification Hub. Let me know if you have any idea.

aithashi commented 3 years ago

If anyone could help? Thanks in Advance

a-josh-king87 commented 2 years ago

Bump! Is anyone maintaining this repo?