Ricerche recenti
Nessuna ricerca recente

Dennis Leon
Data ingresso 20 mag 2024
·
Ultima attività 21 mag 2024
Seguiti
0
Follower
0
Attività totali
2
Voti
0
Abbonamento
1
PANORAMICA ATTIVITÀ
BADGE
ARTICOLI
POST
COMMENTI NELLA COMMUNITY
COMMENTI AGLI ARTICOLI
PANORAMICA ATTIVITÀ
Ultima attività di Dennis Leon
Dennis Leon ha commentato,
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.
Visualizza commento · Data ultima modifica: 21 mag 2024 · Dennis Leon
0
Follower
0
Voti
0
Commenti