-
Notifications
You must be signed in to change notification settings - Fork 19
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
Meteor 2.5.1 compatibility #47
Comments
Hi @bratelefant the package is almost ready for a new release. Would be a good time to transition to another Cordova Push plugin which ideally ... should not be deprecated. I would be interested to work with you to test the new package version which now allows a separate DB connection for high volume push notifications. Would you like to take this to a private chat and work together? I would only need you to try your app with a package that I provide to you and we adjust for the best setup and finish everything with the right documentation. |
Hey, I'm surely interested in testing; though time's a limiting factor right now. Which plugin are you thinking of, maybe this one? I'm currently using push on a private repo with ~1200 tokens, and pushing messages occurs "stackwise" (queues with ~300-500 push messages). |
Yes, that is the one. I see one of the forks of this package uses that package. |
Is there a fork that you could possibly merge? |
Hi @bratelefant there are three ways I see to fix this.
|
Hm. I'm actually thinking of prioritizing this one, since I think that push is essential to almost any meteor app and I'd really like to keep up with meteor core updates. I'll try to move to cordova-plugin-push in my fork and see if I can get this to work. |
I get iOS working, but Android devices do not receive background push notifications, although a device token is set and fcmConnection in |
This comment has been minimized.
This comment has been minimized.
I'm also facing on this issue, there is news ? |
@imongithubnow are there any news? |
I tried some things but without lucky, I answered you on Meteor forums. |
My guess is that the problem is located in |
Hi @bratelefant where exactly? |
Couldn't point my finger at, but moving to cordova-plugin-push at least eliminates this error and building is possible. However, as stated above, android devices aren't receiving any notifications. |
Hi, is it still the case ? We were going to start using push notifications with our app based on Meteor 2.6.1. What do you guys do with your app ? You cannot upgrade to >2.5 because push notifications stopped working? Regards |
This can be fixed by a minor hack; there's also a Cordova plugin that automates this. Check this meteor forum thread for further details: https://forums.meteor.com/t/mobile-app-generation-cordova-issues-with-2-5-1-solved/57199/24 |
Hi All, Thanks & Regards |
Hi there,
tried to update Meteor to 2.5.1; I also use [email protected]. Bulding with [email protected] yields several error (s. below).
When I manually change the dependency in the gradle file under "cordova-support-google-services" for google services to
classpath 'com.google.gms:google-services:4.3.10'
building seems to work fine, and at least push tokens get inserted into mongo db. (did no further testing atm).Is there a chance that 1.) this is a valid solution and 2.) this gets merged?
Here's from the logs:
The text was updated successfully, but these errors were encountered: