Skip to content
Discussion options

You must be logged in to vote

You have

PushNotifications.addListener('registration',this.registration);
PushNotifications.addListener('registration',this.registrationError);

should be

PushNotifications.addListener('registration',this.registration);
PushNotifications.addListener('registrationError',this.registrationError);

not sure if that would cause the issue, but it's a good first step

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@selfee-jp
Comment options

@jcesarmobile
Comment options

@selfee-jp
Comment options

@jcesarmobile
Comment options

@selfee-jp
Comment options

Answer selected by selfee-jp
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants