开发者

OpenFeint automatically detected I denied OpenFeint in my iPhone app

开发者 https://www.devze.com 2022-12-17 20:35 出处:网络
After I launch OpenFeint with function initializeWithProductKey, I checked the user approval status by calling the function [OpenFeint hasUserApprovedFeint]. The function always returned false value.

After I launch OpenFeint with function initializeWithProductKey, I checked the user approval status by calling the function [OpenFeint hasUserApprovedFeint]. The function always returned false value.

The settings Dictionary is as follow:

NSDictionary* settings = [NSDictionary dictionaryWithObjectsAndKeys:
                                  [NSNumber numberWithInt:UIInterfaceOrientationLandscapeRight], OpenFeintSettingDashboardOrientation,
 开发者_JAVA技巧                                 @"PA", OpenFeintSettingShortDisplayName, 
                                  [NSNumber numberWithBool:NO], OpenFeintSettingEnablePushNotifications,
                                  nil];

The App is already a clean build, with a clean simulator (with content & settings reset).

[OpenFeint launchDashboard] has also no response.

In debug console, it reports the version:

Using OpenFeint version 1182010.https://api.openfeint.com/

Anybody has the same issue? How to solve?

0

精彩评论

暂无评论...
验证码 换一张
取 消