GCM/APNS How are registration IDs generated

Viewed 10309

I am currently implementing a push notification server based on php that can manage multiple apps.

How is the registration_id for GCM generated. Is the registration id generated per device or per installation.

Example: I got 2 apps A and B.

When the device registers for A and B, do the installations have the same registration ids or is one id generated per installation.

The same question for iOS, one id per installation or device?

3 Answers
Related