Push notification Amazon SNS - message cut

Hello,

I'm using Amazon SNS to do Push shots through C#.

On the Android device, the message is cut in one line, and when you click on it, the application is redirected directly to the application. But there are other pushs, on the same device, with more lines, which leads me to believe that it is not a limitation of the message itself.

Already on the Apple device, the message is not restricted to this size.

Does anyone know if it is is it possible to set the number of lines, or some other suggestion so that the user can read the full notification?

Thks!

Author: nill, 2016-09-22

1 answers

The application settings were not prepared to receive pushes in the default "notification", so the message was not being displayed correctly, besides being duplicated. The treatment to display more than one line needed to be done on the application side.

 1
Author: nill, 2016-10-14 18:10:58