-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't receive token in release version #12
Comments
I am having the same exact problem. I've tried with regular distribution and enterprise distribution but I never get a token. Works perfectly in debug mode. Don't get any error handlers firing either. |
Hi Hitman666, I know this is a free plugin you created so not a lot of incentive to make sure it's update to date/always working, but it'd really appreciate if you could take a look, I'm thinking it's something small as it does work just not in release mode. I'm actually updating an app that had this plugin working correctly with it (1.0.1), but I think maybe an iOS11 change did something, because if I try that version as well, it's no longer working. |
Hey guys, I'm just acknowledging that I do read these and that I'm going to check. I can't promise that this will be before next weekend though :/ |
@Hitman666 thanks for answer. Maybe it will be helpful. I tested phonegap-plugin-push that based on your plugin and it work in release mode. Probably you can find fixes for your module there |
@Hitman666 thanks for lettings us know. Really appreciate the work you do! Also, I've come to try the phonegap-plugin-push that @EugeneSnihovsky mentioned, and can confirm it is working correctly in release mode for VoIP pushes. Now given that I believe you created this plugin because you wanted the phonegap-plugin-push to support VoIP but it didnt (phonegap/phonegap-plugin-push#728 (comment)) .... you maybe could save yourself sometime and depreciate it. I don't mean any disrespect at all by saying this,... just if the original thing you wanted now is the way you originally wanted it, you could save the hassel. I guess though yours is sorta a standalone plugin without all the extras the phonegap-plugin-push forces upon you.... so maybe everything I wrote is wrong but maybe food for thought. |
Any updates? |
@staskuban it seems that author has no time for plugin.
|
it would be great if this could be fixed! |
@EugeneSnihovsky We are using |
@AleksandarTokarev When I finish project in 2018 I stopped working with |
Hi! Thanks for great plugin!
My application is configured by your guide and all works like a charm, but only when I launch app in debug mode
on('registration', ...) callback successfully fired, I receive token and can send to it notifications and receive them on device
When I launch in release mode - on('registration', ...) callback doesn't fire at all. Also on('error', ...) callback also not fired and device logs are empty.
Maybe you know what could be the problem?
Thanks in advance.
The text was updated successfully, but these errors were encountered: