I've developed an app which allows users to control their PC-based PVR
(using wifi or mobile internet).

The PVR software isn't written by me so I have written an associated
"Windows Service" which runs on each of the users' own PCs to act as a
proxy between my app and the PVR software.

I'd like to add C2DM capabilities to the PC-based proxy service so if
multiple family members (for example) are using my app, then a change
to the system (Dad sets "Home and Away" to record tonight) will be
pushed out to the other family members' devices.

I understand that each app has to have C2DM registration with a unique
white-listed email address which I could embed in the PC proxy server
software but the question is this...

Do I have to have a 'cloud-based' server that I personally host and
all users' instances of my app use that to use C2DM or will Google
allow multiple "app servers" (each in the users' own homes) to send
C2DM messages using my white-listed email address?

I'm seriously confused about how this should work.

Cheers,
Brian

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to