Android Question Notifications parse library

samperizal

Active Member
Licensed User
Longtime User
Greetings.

I'm seeing the library to send notifications and I have the following concerns:
I can select a device to send the message?

Thanks in advance.

P. S.
Excuse my English (google translate)
 

derez

Expert
Licensed User
Longtime User
Samperizal refers to Parse library.
In parse there is capability to send pushes to a subset of the users ("installations"):
Using Advanced Targeting
While channels are great for many applications, sometimes you need more precision when targeting the recipients of your pushes. Parse allows you to write a query for any subset of your Installation objects using the querying API and to send them a push.

Since ParseInstallation is a subclass of ParseObject, you can save any data you want and even create relationships between Installation objects and your other objects. This allows you to send pushes to a very customized and dynamic segment of your user base.
However I think it is not covered in the library, it might require some tricks (by Agraham or Erel ?)
 
Upvote 0
Top