Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am calling onesignal from my soap webservice and everything was working fine until yesterday. Suddenly and without making any changes , this service is returning
VB
"{"id":"","recipients":0,"errors":["All included players are not subscribed"]}" false
as response. Below is my posted json:

postString = "{""app_id"":""my_api"", ""tags"" : [{""key"": ""my_key"",
""relation"": ""="", ""value"": """ & my_key& """}] ,""data"" : {""contactName""
: """ & contactName & """ , ""phoneNumber"" : """ & phoneNumber & """,""latitude""
: """ & latitude & """, ""longitude"" : """ & longitude & """, ""messageType"" :
""" & messageType & """,""MessageDate"" : """ & MessageDate & """ }, ""contents""
: {""en"" : """ & pushMessage & """ } }"

What I have tried:

After making some searches I realized that parameter names are case sensitive, but in my case I didn't change anything. I tried to add ""included_segments"" : [""All""] but still have the same error.Any hints?
Posted
Comments
H.AL 7-Oct-16 1:39am    
Solved there was a problem in onesignal

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900