I implemented a project with GCM before. I want to create a new project now, I need a new project id and i got it but now i can not register. Is it about project id? or Can i use previous project id?
And last question:
<category android:name="my_app_package" />
<permission android:name="my_app_package.permission.C2D_MESSAGE" android:protectionLevel="signature" />
<uses-permission android:name="my_app_package.permission.C2D_MESSAGE" />
What is app package name? is it at the top of the manifest file? or is it that includes GCM java pages?