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
When i use this listener,it doestnt pass in and dont console.log anything :
NotificationHub.addEventListener('register', deviceToken => {
remoteNotificationsDeviceToken = deviceToken;
console.log(Device Token: ${deviceToken});
});
The text was updated successfully, but these errors were encountered:
I have the same problem.. always get an azureNotificationHubRegisteredError while registration.. seems like something changed on azure side.. did you have a solution @Thuan60th4 ?
Seems like this library is using a deprecated dependency. The right one is:
When i use this listener,it doestnt pass in and dont console.log anything :
NotificationHub.addEventListener('register', deviceToken => {
remoteNotificationsDeviceToken = deviceToken;
console.log(
Device Token: ${deviceToken}
);});
The text was updated successfully, but these errors were encountered: