Questions tagged [openfeint]

A social gaming platform for Android and iOS. It was discontinued in 2012.

108 questions
0
votes
1 answer

how can I alert openfient alert box in xcode

how can I alert openfient alert box in xcode, and error in coming, how can I solve it
Umair_uas
  • 673
  • 1
  • 9
  • 27
0
votes
1 answer

OpenFeint, Game Center and multiple users

I'm about to add highscore support to my mobile game and I have a basic understanding problem with leaderboard services like OpenFeint or Apples Game Center: Suppose I'm logged in to OpenFeint and/or Game Center with my account. Then a pal of mine…
0
votes
1 answer

Cocos2D & OpenFeint installation > AVFoundation missing?

Hey, Well I went through the steps in that tutorial: http://pocketworx.com/?p=80, Now when I'm trying to build, I get 45 errors, they say stuff like that: AVFoundation/AVCaptureSession.h: No such file or directory AVFoundation/AVCaptureDevice.h: No…
Dony
  • 1
0
votes
2 answers

Whether to use OpenFeint

Any pointers why I should use OpenFeint for my android project? I have gone through their website and others. I didn't see why OpenFeint should be my choice. May be I overlooked. Thanks in advance.
ph91
  • 61
  • 6
0
votes
2 answers

openfeint always offline?

I have just downloaded the latest openfeint SDK: OpenFeint.2.10i Then I build&&run the sample project on my itouch3 which is all ok. I can get/set the data correctly. Then I tried to close the wifi and then run the app. When I tried to submit a…
supersurabbit
  • 441
  • 1
  • 8
  • 14
0
votes
2 answers

Problems with touches in OpenFeint scroll views on iOS

I've been searching and asking everywhere, so far to no avail. I've got a game which I'm putting OpenFeint into, and I'm having issues with the scroll views in OpenFeint's dashboard. There's scroll views for Leaderboards and Achievements (and others…
crimson_penguin
  • 2,728
  • 1
  • 17
  • 24
0
votes
1 answer

Integrateing openfeint in xcode using unity3d

I want to make an openfeint leaderboard in xcode using Unity3d. I am using Unity 3.2 and openfeint 2.9.1. I have built correctly as well as what they told in openfeint Unity support readme.txt and open feint web link. But I'm getting error…
ssss05
  • 717
  • 7
  • 14
  • 26
0
votes
1 answer

What does this OpenFeint Developer Warning mean?

I get the following OpenFeint iOS warning: OpenFeint Developer Warning: Please make sure to provide a delegate to OpenFeint Here is also a screenshot of the warning: what does this warning means?
Chandaboy
  • 313
  • 1
  • 15
0
votes
2 answers

how to get local top 10 highscore from openfeint

this is my coding am used to get local top 10 highscore but , debugging terminated error occurs. [OFHighScoreService getPageWithLoggedInUserForLeaderboard: theLeaderboardID onSuccess:OFDelegate(self, @selector(_scoresDownloaded:)) …
Srinivas
  • 1,059
  • 1
  • 11
  • 26
0
votes
1 answer

calling js from obj-c openfeint

I can call js from obj-c from the phonegap plugin classes and the main app delegate class as follows: [webView stringByEvaluatingJavaScriptFromString:@"alert('Hello');"]; You can do this because the webView object can be handled by the phonegap…
Nige
  • 23
  • 1
  • 5
0
votes
1 answer

Openfeint game accept/decline

I am having a multi slot openfeint game. Before starting a game, one player should issue the challenge and the othe player should accept or decline the challenge. My issue is, at some points of time, when I receive a challenge, I am not able to…
Karim
  • 1
0
votes
1 answer

Openfeint offline config file

I have downloaded my offline config file for my openfeint game. I added it to my project but still get a message that this does not have offline support. Where does the config file go in the project?
some_id
  • 29,466
  • 62
  • 182
  • 304
0
votes
1 answer

Handling OpenFeint data when offline

How does one handle OpenFeint requests when the device is offline? e.g. Posting high scores and unlocking achievements. What if the player is offline, how is this handled? Does code need to be added to request the next time the device is online? Is…
some_id
  • 29,466
  • 62
  • 182
  • 304
0
votes
1 answer

OpenFeint and Phonegap view problem

I am testing my app on a ipod Touch 4g iOS 4.2. Please note I tested the app on an iphone 2G with iOS 4.2 and this was not an issue. The initial OpenFeint approval view launches, but the Phonegap view immediately lauches soon after so that the user…
Nige
  • 23
  • 1
  • 5
0
votes
2 answers

Using OpenFeint to get current Achievement progression

So I'm setting my achievement like so: int currentPercentage = ... // Work out current percentage of progression to update too [[OFAchievement achievement: ACHIEVEMENT_ID] updateProgressionComplete: currentPercentage andShowNotification: YES]; But…
ingh.am
  • 25,981
  • 43
  • 130
  • 177