我使用城市飛艇在我的應用程序 使用documentationiPhone:不使用城市飛艇
我寫的代碼如下
NSMutableDictionary *takeOffOptions = [[[NSMutableDictionary alloc] init] autorelease];
[takeOffOptions setValue:launchOptions forKey:UAirshipTakeOffOptionsLaunchOptionsKey];
[UAirship takeOff:takeOffOptions];
[[UIApplication sharedApplication]
registerForRemoteNotificationTypes:(UIRemoteNotificationTypeBadge |
UIRemoteNotificationTypeSound |
UIRemoteNotificationTypeAlert)];
使用推送通知收到推送通知,但我收到以下錯誤日誌在我的控制檯。
did Fail To Register For Remote Notifications With Error: Error Domain=NSCocoaErrorDomain Code=3000 "no valid 'aps-environment' entitlement string found for application" UserInfo=0xce2a310
我兩次檢查文件和實施城市飛艇的網站上的代碼
它顯示了味精,「沒有設備令牌找到」 那麼應該是什麼的問題。
plz分享如果您有任何想法。
在此先感謝。
您是否註冊了urbanairship.com的設備?請分享導致此錯誤的代碼 – 2012-08-14 06:16:17
yup我已經在我的設備中安裝了該應用程序 – 2012-08-14 06:18:48
請參閱http://mobile.tutsplus.com/tutorials/iphone/ios-sdk_push-notifications_part-2/ – Ramz 2012-08-14 06:30:20