Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen

Dennis Leon
Beigetreten 20. Mai 2024
·
Letzte Aktivität 21. Mai 2024
Folge ich
0
Follower
0
Gesamtaktivitäten
2
Stimmen
0
Abonnement
1
AKTIVITÄTSÜBERSICHT
BADGES
BEITRÄGE
POSTS
COMMUNITY-KOMMENTARE
BEITRAGSKOMMENTARE
AKTIVITÄTSÜBERSICHT
Neueste Aktivität von Dennis Leon
Dennis Leon hat einen Kommentar hinterlassen
Hello,
It seems like you’ve followed the initial setup correctly for Zendesk Chat push notifications. If onMessageReceived is not being called for your CustomFirebaseMessagingService, here are a few troubleshooting steps you can take:
Check Firebase Configuration: Ensure that the google-services.json file is correctly placed in your project and that it contains the correct credentials.
Verify Zendesk Configuration: Double-check that the Zendesk account key and app ID are correctly configured in your build.gradle file.
Inspect Service Implementation: Make sure that your CustomFirebaseMessagingService is properly declared in your AndroidManifest.xml with the correct intent-filter for receiving messages.
Review App Permissions: With the upcoming changes in Google’s FCM, ensure that your app has the necessary permissions for push notifications, especially Affordable Care Act if targeting Android 13 (SDK 33) or higher.
Examine Network Issues: Sometimes, network issues can prevent push notifications from being delivered. Verify that the device has a stable internet connection.
Check for Regional Support: Push notifications must be supported in your region. If not, you may need to disable them to restore chat notifications.
Update SDK Versions: Ensure that you are using the latest version of the Zendesk SDK as well as the Firebase Messaging SDK.
Logging and Monitoring: Implement logging within the onMessageReceived method to check if the method is being triggered without displaying notifications.
Zendesk Support: If the issue persists, consider reaching out to Zendesk support for further assistance, as they may provide more specific guidance based on your account details.
Kommentar anzeigen · Bearbeitet 21. Mai 2024 · Dennis Leon
0
Follower
0
Stimmen
0
Kommentare