iOS silent Notification is apparently misconfigured

Backendless Version (3.x / 5.x, Online / Managed / Pro )

v6 Could

Client SDK (REST / Android / Objective-C / Swift / JS )

Objective-C/Swift

Application ID

8C44389D-54B2-5DF3-FFF8-40A831D81800

Actual Behavior

when sending the iOS silent Notification from the console … it does arrive “silently” but the content configuration of the different fields like “title” and “body” or even added custom ones are not done (all are nulls when received on the client side)

Reproducible Test Case

Please see attached two files for the sent and received scenarios … the sent parameters are all null …

Note : the non silent notification is working fine (fields are as per sent/configured)

Hi @eyad-pro

Our iOS engineer will take a look at your problem and get back to you as soon as possible.

Best Regards,
Maksym

Thanks

Hello @eyad-pro,

I’ve checked this behaviour and it really looks weird, it worked fine some time ago. I’ve created an internal ticket BKNDLSS-23396 for our backend developer. We’ll investigate this issue and reply here as soon as possible.

As a workaround for now I can suggest you to get the json string value for the “ios_immediate_push” key and parse it to dictionary. It contains all message keys and values.

Regards,
Olha

Thanks for workaround tip .