Question:
I receive the following response for my API request: {"response":{"Messages":[]},"status_code":210,"status_message":"Please select at least one platform"}
What could cause the issue?
Answer:
Basically, such a response could be given if no platforms are configured for the app in Pushwoosh Control Panel. Also, please note that if you are using platforms API parameter, the values should be given in array:
"platforms": [1,2,3,5,7,8,9,10,11,12,13], // optional. 1 — iOS; 2 — BB; 3 — Android; 5 — Windows Phone; 7 — OS X; 8 — Windows 8; 9 — Amazon; 10 — Safari; 11 — Chrome; 12 — Firefox; 13 - IE11; ignored if "devices" < 10
Comments
0 comments
Please sign in to leave a comment.