Push Notifications on Android are not working
Has anyone been successful at getting push notifications to work on Android?
The Adobe instructions seem to be out of date because Google has since switched from Google Developer Console to Firebase.
https://helpx.adobe.com/digital-publishing-solution/help/push-notifications.html#push-android
We followed the steps on Firebase to generate the "google-services.json" file and built the app with "Android Push Notifications" enabled in the AEM Mobile dashboard. We updated the Push Credentials in the AEM Mobile dashboard using the info from Firebase.
When we sent out test notifications, the status properties in AEM Mobile dashboard indicated that there were >0 Target Devices and >0 Devices Sent. However, none of our test devices received the notification. (We made sure the APK installed on our test devices have Push Notifications enabled.)
We noticed that in the Firebase console, during the process of "Adding Firebase to your Android App", there is a step called "Add Firebase SDK". I don't know how this can be applied to our AEM Mobile app. Also, Firebase provides a check if the app is communicating with their servers, which does not get validated for us.