Many Games like \'Angry bird\' have a \'OpenFeint\' or 开发者_如何转开发\'GameCenter\' button. click it bring you to a page.
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.
I use the call as it is supposed to be used, but it causes a crash. //someId is a correct achievement开发者_开发技巧 ID
When my app launches in landscape mode, the OpenFeint message bar displ开发者_开发技巧ays as if the view is a portrait view.
I would like to add a global leaderboard for my games score. Would you recommend Game Center or OpenFeint for implementing this?
So I\'m settin开发者_开发百科g my achievement like so: int currentPercentage = ... // Work out current percentage of progression to update too
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 O
I am recently trying to connect my cocos2d game with open feint, but I can\'t accomplish it as there seem to be some set开发者_开发百科tings missing in my build settings of any project that I create.
How much size d开发者_如何学编程oes OpenFeint add to your binary?My android app. was 122 KB. After OpenFeint integration it is 367KB now.
I have a scenario where it\'s possible to earn > 1 achievement at the same time.Has anyone come across a good solution for displaying them using OpenFeint?Right now Ope开发者_C百科nFeint shows 2 overl