Hi
I have a problem sending push message with quotes:
string newMsg = @"{""alert"":""Msg text"",""interaldata"":""mytestdata""}";
m_oApp42.BuildPushNotificationService().SendPushMessageToUser(p_sTargetUser, newMsg, new UnityCallBack(p_cbOnSuccess, p_cbOnError));
Call my error callback with:
App42BadParameterException: {"httpErrorCode":"400", "appErrorCode":"1400", "message":"Bad Request", "details":"The Request parameters are invalid"}
The same code with newMsg="testmsg" works perfect
Thanks