P
pantipov
Guest
If user sends Push via Rest API he/she should use symbol “\n" For example: POST: https://api. progress-domain /rest/push/msg Headers: Content-Type:application/json X-Progress-Push-API-Key: PUSH-API-KEY Body: { "payload": {"badge": 2, "message": "line-1\nline-2"}, "status": "sent", "schedule": {"scheduledTime": 0, "timeZone": 0} } If user is trying to send message from admin push-page (“Mobile Applications Monitoring Dashboard”) he/she should just divide string using “Enter” key, f.e.: screencast.com/.../v1VOvv8QKOq If it does not work, please let me know what device do you use and its OS version.
Continue reading...
Continue reading...