Hi,
I think the answer to my topic's question is 'Yes', but I just am not quite sure about it.
Our company sells software that is installed as web and app servers on our customers' sites. The software is configured for each particular customer (roles, rules, profiles, etc.). When the server is all configured, it is put into production at the customers' sites and used by the customers(=employers)' employees.
The employees can download an Android app that takes a base URL to communicate with their employers server. The Android app is a REST based app.
The Android app is the same app for each employee for every employer. The only thing that differs from each employer is the base URL to the employer's server.
At some point, we'd like to implement server-push using C2DM.
My question is:
Since there is only one Android app out there (one Package Name) for many server-installations on customers' sites (many Role Account Emails), is it possible to sign-up multiple times, each time with the same Package Name but a different Role Account Email?
Thanks!