AJO Implementation: Send Test Push from Assurance not delivering Push on Android | Community
Skip to main content
Level 2
February 22, 2023
Solved

AJO Implementation: Send Test Push from Assurance not delivering Push on Android

  • February 22, 2023
  • 1 reply
  • 1265 views

We are implementing AJO on mobile app. While testing the push functionality via Assurance we are not seeing push getting delivered on Android. Works fine on iOS. There are no errors and the Test Results panel is all green.

Anyone come across this before? Any pointers why this is happening? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MA9541

Thanks @_manoj_kumar_ 

We figured out that Assurance uses Data key instead of Notification key in the message payload and this needs some changes in the SDK to parse and display the notification. We were able to set a breakpoint and capture the incoming message. So push functionality seems to be working fine.

Pasting the firebase link which might be useful for others.

https://firebase.google.com/docs/cloud-messaging/concept-options

1 reply

Manoj_Kumar
Community Advisor
Community Advisor
February 23, 2023

Hello @ma9541 

 

The FCM identified the push notification token and sent a successful response.

Could you please check if the App specific notifications are turned on your testing device?

Manoj  | https://themartech.pro
MA9541AuthorAccepted solution
Level 2
February 24, 2023

Thanks @_manoj_kumar_ 

We figured out that Assurance uses Data key instead of Notification key in the message payload and this needs some changes in the SDK to parse and display the notification. We were able to set a breakpoint and capture the incoming message. So push functionality seems to be working fine.

Pasting the firebase link which might be useful for others.

https://firebase.google.com/docs/cloud-messaging/concept-options