Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Push Notification to particular device in Android

I am creating an Android app where in I will require the push notifications.

I can send notifications to multiple Devices very perfectly..There is no issue at all..

Here the query is How can I send Notification to particular device (or user).

Like for example, If any 1 user's balance is low, then I want to generate Notification to particular that user.

What should be done to send the push notification to the particular individual user in Android?

Please Help and Suggest.

Thanks

like image 931
Riddhi Barbhaya Avatar asked Mar 17 '26 02:03

Riddhi Barbhaya


1 Answers

This blog post suggests that when your app registers for cloud-to-device messages, it will receive a registration ID. You should have the app report this registration ID to your servers, where you can then supply it to the C2DM servers as required.

like image 144
ryanm Avatar answered Mar 19 '26 01:03

ryanm



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!