If push notifications are not getting delivered on Android while testing with Assurance, but they are working fine on iOS, there could be a few different reasons for this. Here are a few possible causes and solutions:
-
Check your Android device settings: Ensure that your Android device has push notifications enabled and that the app is allowed to receive notifications. Also, check if the device is connected to the internet and has a strong network signal.
-
Check your push notification settings: Double-check that the push notification settings for Android are configured correctly in your AJO implementation. Specifically, make sure that the Android-specific settings such as the Firebase Server Key and Firebase Sender ID are properly configured.
-
Check your Assurance (Griffon) configuration: Ensure that your Assurance (Griffon) configuration is set up properly for Android devices. Double-check that the correct device tokens and other relevant details are being sent in the push notification request.
-
Check for any errors or warnings: Review the logs and console output in the Assurance (Griffon) tool for any errors or warnings that may be related to the Android push notifications.
-
Check for any issues with the mobile app: It's possible that there may be issues with the mobile app that are preventing the Android push notifications from being delivered. Check for any issues with the app's network connection, device compatibility, or other factors that may be affecting push notifications.
If none of the above solutions resolve the issue, you may want to reach out to Adobe's technical support for further assistance.