Start a new topic

Guide did not find the GcmBroadcastReceiver mentioned class

Hi,

I have followed the footsteps of the push guide to android and not against GcmBroadcastReceiver class as mentioned to be configured in AndroidManifest.xml file.


<receiver

android:name="com.myPackage.GcmBroadcastReceiver" <<----?????

android:permission="com.google.android.c2dm.permission.SEND" >

<intent-filter>

<action android:name="com.google.android.c2dm.intent.RECEIVE" />

<category android:name="com.myPackage" />

</intent-filter>

</receiver>

<service android:name=".GCMService" />


Thanks for the help and attention.

Thiago


Hi,

TargetSdkVersion=20

IDE Android Studio 1.5


Thanks.

Hi Thiago,


Can you tell me about the Android version you are targeting and also, the name of the IDE and version?


Also, you might want to refer to Google GCM demo for latest implementation of Android Push service.



Regards,

Wani

Login or Signup to post a comment