Push Notification Amazon SNS - Message Cut

4

Hello,

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

On the Android device, the message is cut on a line, and when you click it, the application is redirected directly to the application. But there are other pushs, in the same device, with more rows, 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's possible to set the number of lines, or any other suggestions so that the user can read the complete notification?

Thks!

    
asked by anonymous 22.09.2016 / 18:49

1 answer

1

The application settings were not prepared to receive pushes in the "notification" pattern, so the message was not displaying properly, and was duplicated. The treatment for displaying more than one line needed to be done on the application side.

    
14.10.2016 / 20:10