Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

registration is not called #2936

Open
uhotspot4 opened this issue Jul 22, 2020 · 0 comments
Open

registration is not called #2936

uhotspot4 opened this issue Jul 22, 2020 · 0 comments

Comments

@uhotspot4
Copy link

I am using this plugin in capacitor.
I don't receive any registration event.
Here is how I call the init:

  const pushNotification = PushNotification.init({
	   ios: {
		alert: 'true',
		badge: 'true',
		sound: 'true'
	  }
  });

And here is the log I get:

Push Plugin VoIP missing or false
⚡️ [log] - Permissions statuses: authorized
⚡️ [log] - Successfully requested remote notifications authorization
Push Plugin register called
PushPlugin.register: setting badge to false
PushPlugin.register: clear badge is set to 0
PushPlugin.register: better button setup
FCM Sender ID (null)
Using APNS Notification

I would appreciate if someone can tell me what I am doing wrong!

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

No branches or pull requests

1 participant