Push notifications stopped
See original GitHub issueHi, Push has been working well for ages. For some reason I stopped receiving notification on my phone (which I do install/uninstall test with various versions (dev) from time to time.
Anyway, I had just reinstalled from production and I am not getting push notifications. From what I understand he register does not seem to be working. I cleared out _raix_push_app_tokens
for my ID as there were about 30 entries in there now and I can’t see any records in there (even after installing/re-installing a few time).
Other users are still getting notifications.
Not sure if this is related to https://github.com/raix/push/issues/139
Any ideas, pls?
Additional info: iOS 9, App running on Meteor 1.2.0.2 on Galaxy. Using Push 3.0.2, problem was happening with 3.0.1too.
Update: I went back to v 2.6.12 I uninstalled the app and re-installed it and it now works. So I am guess I had upgraded to 3.0.1 and the problem was there but masked as I had not re-installed yet. SO Any new users would probably have hit this issue.
Is there some thing that would require v3.0.1+ needs a new actual app in the app store?
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:44 (11 by maintainers)
Update:
I ran:
meteor add cordova:cordova-plugin-device@1.1.1
Then used the Push.Configure instead of the config.push.json and it worked! Nice!!
Hey just test on my test server it works… that fixed it. I am also calling
Push.Configure
as per above, I am not sure I need that… but I got a push notification with 3.0.2 on Meteor 1.3 Yea!!! @raix thanks for help (and the package 👍 )