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

registration is not called #2936

@uhotspot4

Description

@uhotspot4

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions