3

你好,我正在尝试使用 pushwoosh 推送服务,但在按照他们的建议设置 info.plist 时卡住了。他们提到使用键 Pushwoosh_APPID 设置 ID,这很好,但具有价值:“您的 Pushwoosh 应用程序 ID 字符串值”。我尝试使用应用程序代码,但当我编译时,我收到了这个似乎证实了我的怀疑的日志:

2012-10-27 15:58:45.722 Taxi Profi[6130:907] Initializing application: (null), (null)
2012-10-27 15:58:46.309 Taxi Profi[6130:4b07] Sending request: {"request":{"hwid":"7f4e5685d3a4978b8ecb49fa30d4fc8b", "application":"B186B-B66EA", "badge":0}}
2012-10-27 15:58:46.311 Taxi Profi[6130:4b07] To urL https://cp.pushwoosh.com/json/1.3/setBadge
2012-10-27 15:58:46.359 Taxi Profi[6130:5207] Sending request: {"request":{"hwid":"7f4e5685d3a4978b8ecb49fa30d4fc8b", "application":"B186B-B66EA", "badge":0}}
2012-10-27 15:58:46.361 Taxi Profi[6130:5207] To urL https://cp.pushwoosh.com/json/1.3/setBadge
2012-10-27 15:58:46.993 Taxi Profi[6130:907] Error registering for push notifications. Error: Error Domain=NSCocoaErrorDomain Code=3000 "no valid 'aps-environment' entitlement string found for application" UserInfo=0x1e5c0790 {NSLocalizedDescription=no valid 'aps-environment' entitlement string found for application}
2012-10-27 15:58:47.339 Taxi Profi[6130:4b07] Response "200 no error": string: {"status_code":210,"status_message":"Device not found","response":null}
2012-10-27 15:58:47.341 Taxi Profi[6130:4b07] setBadges completed
2012-10-27 15:58:47.399 Taxi Profi[6130:5207] Response "200 no error": string: {"status_code":210,"status_message":"Device not found","response":null}
2012-10-27 15:58:47.404 Taxi Profi[6130:5207] setBadges completed 

他们的示例列出了这个长代码:4F0C807E51EC77.93591449 我不知道他们从哪里得到的。

感谢您的帮助

4

2 回答 2

2

Pushwoosh 现在使用另一种格式的 App ID,例如“FE748-9A37E”。您可以在控制面板中找到它。

于 2012-10-27T21:23:41.163 回答
0

Pushwoosh 工作人员向我解释说,Apple 网站存在问题,阻碍了他们使用手动程序。他们非常友好地让我能够使用自动的,尽管使用了两个代码,但一切都很好:一个用于开发,一个用于发布。什么使测试程序加倍。

于 2012-11-04T18:46:04.240 回答