OpenFeint自动检测到我在我的iPhone应用程序中拒绝了OpenFeint

时间:2010-01-21 03:17:02

标签: iphone openfeint

在我使用函数initializeWithProductKey启动OpenFeint后,我通过调用函数[OpenFeint hasUserApprovedFeint]检查了用户批准状态。该函数始终返回false值。

设置词典如下:

NSDictionary* settings = [NSDictionary dictionaryWithObjectsAndKeys:
                                  [NSNumber numberWithInt:UIInterfaceOrientationLandscapeRight], OpenFeintSettingDashboardOrientation,
                                  @"PA", OpenFeintSettingShortDisplayName, 
                                  [NSNumber numberWithBool:NO], OpenFeintSettingEnablePushNotifications,
                                  nil];

该应用程序已经是一个干净的版本,带有干净的模拟器(内容和设置重置)。

[OpenFeint launchDashboard]也没有回复。

在调试控制台中,它会报告版本:

  

使用OpenFeint版本   1182010。https://api.openfeint.com/

有人有同样的问题吗?怎么解决?

0 个答案:

没有答案