Expand my Community achievements bar.

Adding additional Application variable prevent push notification from sent

Avatar

Level 3

Hi,

 

I am trying to add two Application variables into push notification templates (both Android & iOS). It works fine when there is only one variable added - the push is received on the device and in the app's log the variable is visible.

The situation changes after adding the second variable. The delivery in Adobe Campaign is shown as Sent, however it is not delivered to the actual device.

 

The delivery is set up as below:

dwnuk_0-1726047316015.png

The expected format in the app is: {action: 'refresh', service: 'mobile'}.

 

Has anyone encountered similar issue?

 

Best,

Dominik

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Community Advisor

Hello @dwnuk  It is not an issue with Configuration in Adobe Campaign. Check with Mobile development team if they are validating the parameters before accepting the notification. 


     Manoj
     Find me on LinkedIn

Avatar

Level 3

Hi @_Manoj_Kumar_ 

The issue is that the push notification triggered from Firebase with the same parameters is received on the mobile app. Additionally, there is no validation made for the parameters. How can I view the body of request send to Firebase/APNS?

 

Best,

Dominik