-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Re-register #250
Comments
Yes that should be the correct way |
Cool, thanks for the reply Thing is that if I do this, the Thanks! |
@adyz I believe I will need to unregister the registration/notification events when unregister is called. Probably a bug, I will re-test. |
@adyz What platform are you testing on iOS/Android? What version of the operating system? What version of the plugin are you using? I'm having issue reproducing this one. |
@kaclark28 you are probably running into issue #57 which has been fixed in master and will be in the 1.4.0 release. Trying to determine if @adyz has the same problem. |
I have crosswalk and facebook4 or facebook plugin and I managed to test this only on ios8 and 9 so far due to build failing on android. |
@adyz Do you see the same double registration problem on both iOS8 and iOS9? |
On iOS 8, at the moment I get
|
@adyz okay if you see the double registration on iOS9 then it is most probably #57 which is fixed in master and will be in the 1.4.0 release (currently in master). The error you are seeing on iOS8 have something to do with the your application ID not matching your certificate. Make sure that the "Bundle Identifier" in Xcode is what you expect. |
The iOS8 device is new, so I assume that it has something to do with xcode and apple. When I solve this problem I will let you know what is happening on my devices. On android this works fine, I don't get two callbacks! Thank for all the help! |
Cannot reproduce, assume it is fixed by the code for issue #57. |
Yes, it's fixed. Thanks a lot!!! |
This thread has been automatically locked. |
Hi guys,
Wonderfull project here.
In my app I have a check-box for notifications (on and of)
On app device ready I call the init method
when the users unchecks the box I call the unregister function
What do I do to register the user back? Will I call the same init function? is so, the
on('registration')
does not trigger.The text was updated successfully, but these errors were encountered: