関数initializeWithProductKeyを使用してOpenFeintを起動した後、関数[OpenFeinthasUserApprovedFeint]を呼び出してユーザーの承認ステータスを確認しました。関数は常にfalse値を返しました。
設定辞書は次のとおりです。
NSDictionary* settings = [NSDictionary dictionaryWithObjectsAndKeys:
[NSNumber numberWithInt:UIInterfaceOrientationLandscapeRight], OpenFeintSettingDashboardOrientation,
@"PA", OpenFeintSettingShortDisplayName,
[NSNumber numberWithBool:NO], OpenFeintSettingEnablePushNotifications,
nil];
アプリはすでにクリーンなビルドであり、クリーンなシミュレーター(コンテンツと設定がリセットされています)があります。
[OpenFeintlaunchDashboard]も応答がありません。
デバッグコンソールでは、バージョンが報告されます。
OpenFeintバージョン1182010を使用しています。https: //api.openfeint.com/
誰かが同じ問題を抱えていますか?の解き方?