thanks.
So in that case the actuall registrion is not bound to the email if
its just used for auth to google.
Then i assume its bound to the device/app in someway.
The reson i am asking i am busy building the app server side and i
need to identify the registrion so i need to know what the registrion
id is bound to.
If you look in the jumpnote example it looks like it use email because
if you add a note you hve to loggin to gmail.
On Aug 11, 10:28 am, debajit <
deba...@android.com> wrote:
> btw, note that if you're talking about the role account ("sender" inhttp://
code.google.com/android/c2dm/#registering), that has nothing to do
> with the accounts registered on a specific device. the role account is what
> your app server will use to authenticate its /c2dm/send requests, whereas
> the accounts registered on a specific device have no knowledge or
> relationship to the role account used by your app.
>
> On Wed, Aug 11, 2010 at 1:21 AM, debajit <
deba...@android.com> wrote:
> > hi Pintac,
>
> > one of the Google accounts will be used -- which one is used is not
> > visible/under the control of your application, as this Google account is
> > just used to authenticate the registration request to Google's servers.
> > this account has no impact on your application -- if your application
> > wishes to use a Google account (e.g., with an appengine backend), or any
> > other type of account credentials specific to your domain, it can pass that
> > to its application server, along with the registration id that it receives
> > in response to its registration request.
>
> > does that answer your question? =)
>
> > thx, debajit
>