Why some special characters are not supported in one signal?
问题 I am using onesignal to send push notifications to mobile app from my webservice. but I realized that some characters are not supported, what can we do to resolve this issue? below is my postString sent to onesignal: postString = "{""app_id"":""myID"",""language"":""ar"", ""tags"" : [{""key"": ""my_key"", ""relation"": ""="", ""value"": """ & my_value& """}] , ""data"" : {""contactName"" : """ & contactName & """ }, ""contents"" : {""en"" : """ & pushMessage & """ } }" when I tried to send