Questions tagged [openfeint]

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

108 questions
1
vote
1 answer

is there a way to add to OpenFeint a Cheating protection?

I've recently added OpenFeint API to my applications, to share online leaderboard highscores. I've noticed that not long after i've added the leaderboard, few records has been added with impossible values to the first places in the leaderboard, so…
Ofershap
  • 687
  • 2
  • 7
  • 22
1
vote
0 answers

error: libtool failed with exit code 1 on ad hoc build after integrating with OpenFeint

I updated my iPhone game with OpenFeint and when I do a ad hoc build I am getting this error (simulator works fine): /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/libtool: -dynamic not specified, -all_load…
user766792
  • 25
  • 1
  • 6
1
vote
2 answers

Unlocking achievement in OpenFeint

I'm very new to OpenFeint, actually started integrating it into my game today. I can't understand one simple thing that every OpenFeint using developer should probably know. Here's the example of unlocking an achievement from OpenFeint official…
Egor
  • 39,695
  • 10
  • 113
  • 130
1
vote
2 answers

OpenFeint achievement percentage increment

I'm making an iOS app which is OpenFeint enabled. I have managed to get all but one achievement to work. This one achievement is a partially completed one. My specific problem is that I haven't found a working solution to add 1% to the current…
Ashley Staggs
  • 1,557
  • 9
  • 24
  • 38
1
vote
1 answer

How can I integrate OpenFeint in an Android application?

I would like to integrate OpenFeint in an Android application, because I have an existing iPhone game that I would like to interact with. However, when I try to add OpenFeint in my Android project, the sample OpenFeint project is not running in…
Chandaboy
  • 313
  • 1
  • 15
1
vote
2 answers

OpenFeint Turn-Based Multiplayer

I'm wondering if anyone has ever used the OpenFeint Turn-Based Multiplayer Framework. I am trying to open and compile the sample application that comes with that framework and I'm getting errors. I'm really starting to get the feeling that no one…
1
vote
3 answers

OpenFeint Xcode 4 integration, prefix header not found

I just upgraded to Xcode 4, deleted the OpenFeint folder and added the new 2.9.1 framework according to this readme. Then I deleted the "build"-Folder (that is now located in ~/library/Developer/...) and rebuilt the application but always get the…
Bersaelor
  • 2,517
  • 34
  • 58
1
vote
4 answers

OpenFeint in Cocos2D

Are there any full tutorials, with sample code, of using OpenFeint with Cocos2D?
Chandaboy
  • 313
  • 1
  • 15
1
vote
1 answer

Put OpenFeint or GameCenter in my iOS App

Many Games like 'Angry bird' have a 'OpenFeint' or 'GameCenter' button. click it bring you to a page. I want to use OpenFeint or GameCenter in my Game,how can I do it?
Rafer
  • 1,170
  • 2
  • 10
  • 15
1
vote
2 answers

Unrecognized selector to an openfeint unlock achievement call

I use the call as it is supposed to be used, but it causes a crash. //someId is a correct achievement ID [OFAchievementService unlockAchievement:@"someId"]; and I get the following error Terminating app due to uncaught exception…
some_id
  • 29,466
  • 62
  • 182
  • 304
1
vote
1 answer

Display the OpenFeint Welcome Back message bar on a landscape view

When my app launches in landscape mode, the OpenFeint message bar displays as if the view is a portrait view. How can this message be set to display correctly? Thanks
some_id
  • 29,466
  • 62
  • 182
  • 304
1
vote
1 answer

XCode 3.2.4 Project - no "other linker flags" in build settings visible

I am recently trying to connect my cocos2d game with open feint, but I can't accomplish it as there seem to be some settings missing in my build settings of any project that I create. For example, I have to check "Call c++ Default ctors/Dtors in…
KayO
  • 189
  • 2
  • 13
1
vote
1 answer

How to get high scores from OpenFeint?

In their support OpenFeint give you this, but I don't quite understand. How can I get the leaderboard data, say top 10 and show it in my own UI? Original link: http://www.openfeint.com/ofdeveloper/index.php/kb/article/000028 [OFHighScoreService…
Josh Kahane
  • 16,765
  • 45
  • 140
  • 253
1
vote
1 answer

OpenFient Leaderboard Custom UI iPhone

I am using OpenFient for an online leaderboard in my game, but how can I get the leader board data (say top ten)? then display it in my own custom UI? Rather than having to use the open feint screen? Thanks.
Josh Kahane
  • 16,765
  • 45
  • 140
  • 253
1
vote
0 answers

iPhone game highscore server with OpenFeint

Im building an iPhone game and would like to implement a fairly simple leaderboard using OpenFeint. However, I don't really want the full-blown OpenFeint app to reside within my game, rather, I would like to simply use OpenFeint as a datastore and…
boz
  • 419
  • 5
  • 15