1

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,
                                  @"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?

Goles
  • 11,599
  • 22
  • 79
  • 140
Raptor
  • 53,206
  • 45
  • 230
  • 366

0 Answers0