We have an app. App can register to different servers: Server1 and Server2.
Now, Server1 and Server2 wants to send push notifications to an app independently. How to solve it using GCM?
I don't know how to implement in the sense of SenderID
, registration token
. Can an app has one SenderID
for every app server? Should I has a one SenderID and generates different registration token for every app server?