-
Notifications
You must be signed in to change notification settings - Fork 197
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
Android platform? #1
Comments
Working on it, should be done by end of week :) |
HI We are using this example for android, During registration request is being sent we get success to, But for some reason pushNotificationReceived event is not getting fired. W/ActivityManager(384): Unable to start service Intent { act=com.google.android.c2dm.intent.REGISTER pkg=com.google.android.gsf (has extras) } U=0: not found Can you help me in this issue ? |
I really don't know what to do. +1? When I click REGISTER it says "registered for push notifications", but nothing happens, no device token is shown. |
Have you checked the log to see if there are messages? You can run |
Here is the log: I/chromium(18388): [INFO:CONSOLE(27)] "Register success OK", source: http://192.168.25.4:8100/ (27) I have even managed to send me push notifications, but I could not run the notificationReceived function, to save the user on pushserver. ps: I have changed my regId to xxxxxxxxxxxxxxxxxxxx |
My steps where: Thats is pretty much it. Thank you so much for your attention! |
Hey @hollyschinsky, I managed to make it work on android by undoing this commit: |
Ok... had to update ng-cordova and it then worked! Thanks |
@hollyschinsky can you explain me the functionality of services.js? |
Great Example, does this also support Android?
The text was updated successfully, but these errors were encountered: