As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
I using code on https://github.com/KinveyApps/Push-PhoneGap
and trying to send Push on real Android device but not getting any Push message. Way?
I have adjust:
2.Replace App Key and App Secret (www/js/index.js) with your application credentials.
3.For Android, replace Project ID (www/js/push.js) with your Google Project ID.
Code start working after add in config.xml:
and now i can push register device button and i'm getting device registered.
But still don't receiving push message on real android devices.
Process of registration was running OK, because i can manually push message using command:
>node notify.js
But when try to push message using kinvey nothing is happen.
Please advise how to proceed.
Thanks.
Kind regards,
1 Comment
M
Mark
said
over 9 years ago
It looks like everything was set-up correctly. Did you choose "everyone" or "specific users" when sending a message through the Kinvey console?
Also, when receiving push in your application, make sure you are logged in with the same user as you’re registered with. Otherwise, you won’t receive any push notifications.
kmodric
I using code on https://github.com/KinveyApps/Push-PhoneGap
and trying to send Push on real Android device but not getting any Push message. Way?
I have adjust:
2.Replace App Key and App Secret (www/js/index.js) with your application credentials.
3.For Android, replace Project ID (www/js/push.js) with your Google Project ID.
Code start working after add in config.xml:
and now i can push register device button and i'm getting device registered.
But still don't receiving push message on real android devices.
Process of registration was running OK, because i can manually push message using command:
>node notify.js
But when try to push message using kinvey nothing is happen.
Please advise how to proceed.
Thanks.
Kind regards,