在我使用函数 initializeWithProductKey 启动 OpenFeint 后,我通过调用函数 [OpenFeint hasUserApprovedFeint] 检查了用户批准状态。该函数始终返回错误值。
设置字典如下:
NSDictionary* settings = [NSDictionary dictionaryWithObjectsAndKeys:
[NSNumber numberWithInt:UIInterfaceOrientationLandscapeRight], OpenFeintSettingDashboardOrientation,
@"PA", OpenFeintSettingShortDisplayName,
[NSNumber numberWithBool:NO], OpenFeintSettingEnablePushNotifications,
nil];
该应用程序已经是一个干净的构建,带有一个干净的模拟器(内容和设置重置)。
[OpenFeint launchDashboard] 也没有任何反应。
在调试控制台中,它报告版本:
使用 OpenFeint 版本 1182010。https://api.openfeint.com/
有人有同样的问题吗?怎么解决?