Difference push notification on iOS and Android

Hi Sendbird Support team,
I got an issue that our moibiule app was display differently push notification when new message is arrived.
in Push notification content templates configuaration page. Originarlly we setup Body text as {filename}, then we edit Body text to another text when file was sent.

then Notification is display on Android. it’s showing {filename} as previous config

but it take effect on iOS

not sure what the issue here? Could you please help! many thank

here is my current configuaration on Sendbird Dashboard

Hello @Th_c_B_Van,

Welcome to the Sendbird community!

Can you please confirm the Sendbird SDK that you using i.e(Chat Android SDK or UIKit for Android or React Native)? In addition, kindly DM your application ID where you have made the above changes and I’ll look into it and get back to you with more information.

Thank Thanraj
i figure out that message was return in different object on response. So we need to change the way to handle if we update on push notification template( just for Android only).