No push token given for ios using pushwoosh

876 Views Asked by At

I am trying to add pushwoosh through marmalade to mobile application (at the moment on ios device). Like on http://www.pushwoosh.com/programming-push-notification/marmalade-push-sdk-integration/

I have add to Info.plist

<key>Pushwoosh_APPID</key>
<string>1****-A****</string>

(I create app on pushwoosh site adn copy code to Info.plist but I didn't configure anything for ios on site, there is nothing about that in tutrial) But when I start application I get info

Response "200 no error": string: {"status_code":210,"status_message":"No push token given","response":null}

It enters ad OnRegistered callback but token is empty. Does anyone what is wrong ? ( I done like on tutorial link, there is no need to do anything with certificate in tutorial)

2

There are 2 best solutions below

1
On

The provision profile you use must have push notifications enabled on that. You need to edit the mobilepovision from the Apple developer portal and add push notification.

0
On

"Blockquote I done like on tutorial link, there is no need to do anything with certificate in tutorial"

Have you configured Pushwoosh for your application according to Pushwoosh iOS configuration guide?