A social gaming platform for Android and iOS. It was discontinued in 2012.
Questions tagged [openfeint]
108 questions
0
votes
2 answers
Game Center Challenges
Open Feint has a notion of challenges -- where a player can finish a game and then send a challenge to another user (like a "beat my score"). The app passes along whatever game data it needs to the OF servers and then when the challenge is…

Andrew
- 1,497
- 1
- 14
- 22
0
votes
1 answer
OpenFeint disk space footprint
How much size does OpenFeint add to your binary?

Andrew
- 1,497
- 1
- 14
- 22
0
votes
1 answer
App crashes when launching OpenFeint achievements page
So I'm trying to make a button that launches the OpenFeint achievements page, but it always makes my app crash.
When I press the button it doesn't instantly crash, first it shows that it is loading the achievements page for about 5 seconds, and then…

Cokegod
- 8,256
- 10
- 29
- 47
0
votes
2 answers
Creating a new ViewController and xib for programmatic display (with addSubview)
I am writing a library to be used by developers for the iPhone (similar to the way that OpenFeint is implemented) and I am trying to create a ViewController with an associated XIB so that I can instantiate it in my code…

user426856
- 35
- 5
0
votes
2 answers
Getting a crash when I launch OpenFeint dashboard
I recently tried to integrate open feint into my app. When my app launches, the 'Welcome back player xxxx' at the bottom works so I know that open feint is working. However, when I press the button that has this linked to it
-(IBAction)…

mohabster1928
- 23
- 3
0
votes
2 answers
OpenFeint achievements performance
I've decided to integrate OpenFeint into my new game to have achievements and leaderboards.
The game is dynamic and I would like user to be rewarded immediately for some successful results, but as it seems for me, OpenFeint's achievements are a bit…

Dmitry
- 2,837
- 1
- 30
- 48
0
votes
1 answer
Openfeint 2.4.10 eating CPU usage
i noticed that openfeint is eating up my iphone cpu usage. My game slowed down after i updated to the latest openfeint. I ran the instruments cpu sampler and it showed that that openfeint was eating up to 65% of the cpu usage and that made my game…

user281300
- 1,427
- 2
- 19
- 31
0
votes
1 answer
AppViewController and Delegate extension changed to .mm, #import "OpenFeint.h" gives error that OpenFeint requires Obj-C++
I downloaded OpenFeint version 2.3.1, unzipped and placed the OpenFeint folder inside right underneath my project in Xcode, and checked "recursively create groups if needed" (the instructions said to use groups and not a folder reference).
I renamed…

quantumpotato
- 9,637
- 14
- 70
- 146
0
votes
2 answers
How to write a C++ handling class for Objective C
// --------------------------------------------------------------------
UPDATE: I messed up. I left a call directly to openfeint in my AppDelegate->onApplicationWillResignActive which was causing the compiler C++ error.
My Appologies, the singleton…

gargantuan
- 8,888
- 16
- 67
- 108
0
votes
1 answer
Set OpenFeint Custom Start Tab (iPhone App)
I'm currently setting up OpenFeint for an iPhone application. By default, the first tab that loads is "Friends" (the third tab in the tab view list) but I'd like to customize this to load the main tab for our application (the first tab in the list).…

Mark
- 2,041
- 1
- 16
- 17
0
votes
1 answer
GREE(Open feint) in ios - Update score not working in test account
I'm testing with integration of GREE. The update score in leaderboard is not working in test account. Anyone if has been successful with GREE integration, please help. The score remains unchanged after calling submitwithblock method for the…

Raj iOS
- 1,047
- 1
- 9
- 20
0
votes
1 answer
how to get current player rank in openfeint in android app
In my android app i m using open feint and i m facing problem in getting my rank(current player).
how do i get that.here is my code.
//hard coded for example
long scoreValue = 60;
Score s = new Score(scoreValue, null);
Leaderboard l =…

picaso_is_back
- 45
- 3
0
votes
1 answer
How can i get a product key for Openfeint in Corona?
I am trying to open Game Network sample codes from Corona sample codes. I tried to open OFlandscape and it gave me this error :
To use OpenFeint in your game, you need to get a product key and product secret. This can be done on the OpenFeint…

Figen Güngör
- 12,169
- 14
- 66
- 108
0
votes
1 answer
OpenFeint Android : unable to initialise OF sample. "feint requires an active network connection" appear on the screen
I am trying to run openfeint android sample on Android 2.2 to verify its functionality. I am sure that I have enter product keys, etc, correctly. I have two problems:
1> message appear at bottom "feint requires an active network connection".(Am sure…

someone_ smiley
- 1,006
- 3
- 23
- 42
0
votes
1 answer
Openfeint: Batch requests to openfeint servers (get achievements, unlock achievements, submit scores)
I have a scenario where I would like to send out multiple requests to Openfeint servers to unlock several achievements at the same time. From the API, it seems like I am only able to unlock only one achievement with one request to Openfeint's…

Alan L
- 133
- 1
- 2
- 8