I have several Android and iOS apps listed on the PlayStore and AppStore respectively. I have decided to upgrade them with Firebase Push Notifications. I followed Erel's tutorials for both platforms and was able to generate functioning applications.
I apologize in advance if this question has already been answered, but here goes:
Using the B4J sending tool to send an Android message, the result in my device is in the following format:
AppId in header
Title
Message (body)
When using the same tool to generate an iOS message, the result is a Messagebox with the following:
"Push message!"
JSON dump
Is there any way to format the iOS message in the same way the Android message is presented? That is, a simple title/body displayed?
I apologize in advance if this question has already been answered, but here goes:
Using the B4J sending tool to send an Android message, the result in my device is in the following format:
AppId in header
Title
Message (body)
When using the same tool to generate an iOS message, the result is a Messagebox with the following:
"Push message!"
JSON dump
Is there any way to format the iOS message in the same way the Android message is presented? That is, a simple title/body displayed?
Last edited: