You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I've integrated parse-server-sns-adapter and configured AWS SNS, but I still haven't managed to get it working. In fact, although messages are being sent from AWS correctly, my Android app receive push notifications with no payload.
where WSParsePushBroadcastReceiver is a subclass of ParsePushBroadcastReceiver. Is that right? Or do I have to use other Services handling incoming push notifications? Is so which one?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi. I've integrated parse-server-sns-adapter and configured AWS SNS, but I still haven't managed to get it working. In fact, although messages are being sent from AWS correctly, my Android app receive push notifications with no payload.
My Android app's Manifest is the following one:
where WSParsePushBroadcastReceiver is a subclass of ParsePushBroadcastReceiver. Is that right? Or do I have to use other Services handling incoming push notifications? Is so which one?
Thanks in advance
The text was updated successfully, but these errors were encountered: