PushWoosh Error : status code : 210 status_message: application code is not valid

117 Views Asked by At

I am trying to request on pushwoosh services using API but it's returning me following response (Form Pushwoosh service) :

[RequestManager] ERROR: {"status_code":210,"status_message":"application code is not valid","response":null}

Also I have a meta-data in ManifestFile.

How can I fix it? Thanks for help

1

There are 1 best solutions below

0
Sadık Ahmet On BEST ANSWER

The problem is fixed. I replaced the appid into "XXXXX-XXXXXX" in Manifest

<meta-data android:name="com.pushwoosh.appid" android:value="XXXXX-XXXXX" />