As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
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
Hi,
TargetSdkVersion=20
IDE Android Studio 1.5
Thanks.
thiago
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