I am implementing a push notification service. I need to create a database to store all device tokens from 4 mobile platforms. I want to organize them according to my platforms (iOS, Android, BlackBerry, WP7). But what are the ways to differentiate platforms, so if I want to send a message only to Android users, other platforms will not receive it.
I use ManicNetwork, but, unfortunately, the software does not help to differentiate platforms.
Apple uses a 64-byte hexadecimal string in its token. But what about the other three platforms?
source share