Closed mobiRic closed 9 years ago
This plugin does not work to receive push messages until the ParsePushBroadcastReceiver is added to the Android manifest file.
e.g.
<receiver android:name="com.parse.ParsePushBroadcastReceiver" android:exported="false" > <intent-filter> <action android:name="com.parse.push.intent.RECEIVE" /> <action android:name="com.parse.push.intent.DELETE" /> <action android:name="com.parse.push.intent.OPEN" /> </intent-filter> </receiver>
I propose either this should be fixed in the plugin, or at the least that the readme file should be updated to reflect this.
Apologies, my mistake on this - I was testing using native Android code to subscribe.
What I wrote above is 100% wrong - closing the issue.
This plugin does not work to receive push messages until the ParsePushBroadcastReceiver is added to the Android manifest file.
e.g.
I propose either this should be fixed in the plugin, or at the least that the readme file should be updated to reflect this.