What do you mean by how it works ?

here are the steps on this.

1. create a GCM server componenent which push the message to the APK(your
application)

https://developer.android.com/google/gcm/server.html

the GCM server uses REGISTRATIONID (Which apk gets it when register it to
the server) in order to push the message to the correct device.







On Sun, Nov 2, 2014 at 4:14 PM, 12169 <ashish.a...@gmail.com> wrote:

> Hi,
>
> i read about GCM client side implementation. and in the manifest i declare
> a permission and then i use the same permission in the manifest (to insure
> application messages deliver  to only application), but i do not how it
> works.
>
> <permission
>         android:name="com.xxx.android.permission.C2D_MESSAGE"
>         android:protectionLevel="signature" />
>
>     <uses-permission android:name="com.xxx.android.permission.C2D_MESSAGE"
> />
>
> --
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Warm Regards,
*Mukesh Kumar*,
Android Consultant/Freelancer,
India,Hyderabad.

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to