In the C2DM sign up form, (out of many things) we are asked with the following two:
- A package name for the application receiving the messages
- A ROLE account email ID which will be used to send messages to the C2DM server.
My question is : Are these two things tied together ?
Can the same registered application (package name) accept messages from any (or many) registered ROLE account email ID ?
A use case :
I have to sell my solution to multiple organizations. The solution includes the device application as well as a server part (that sends messages).
I have a registered package name say com.foo.Test (and provided a dummy ROLE account since that is a required field in the sign up form)
Now, each organization (I have sold my solution to) should be able to push notification messages using their own ROLE account ID to com.foo.Test Should (and can) they sign up again with the same package name and their own ROLE account ID ?