Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
2answers
1k views

OpenFeint with GameCenter really that easy?

I was reading this: http://www.openfeint.com/ofdeveloper/index.php/kb/article/000089, and it seemed to make out that the implementation of GameCenter with OpenFeint was as simple as adding one plist ...
4
votes
3answers
954 views

Game Center vs OpenFeint

I would like to add a global leaderboard for my games score. Would you recommend Game Center or OpenFeint for implementing this? What is needed to setup a global leaderboard? Is the server hosted by ...
4
votes
1answer
117 views

Multiple Achievements Earned at Once with Openfeint

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 OpenFeint shows 2 overlapping ...
2
votes
1answer
356 views

How to add leaderboard feature of OpenFeint in Android?

I am developing a game in Android, by extending a class with view. I have integrated OpenFeint in it by studying the tutorial provided on OpenFeint site url ...
2
votes
2answers
540 views

Android App OpenFeint Problem

I've Integrated OpenFeint in my android game, but it loads automatically and ask for enalble or disable openfeint when the game starts. If Internet connection is slow, then openfeint takes too long to ...
2
votes
1answer
196 views

How can I tell when [OpenFeint initialize…] is complete?

If the user accepts OpenFeint, it is easy because either the offlineUserLoggedIn or userLoggedIn delegate methods will be invoked. If the user rejects OpenFeint, there doesn't seem to be any ...
2
votes
0answers
140 views

Basically: how do you get Open Feint X to work? (iOS)

I'm currently integrating Open Feint X in my iOS project, with a custom store, trying to synchronize data between OFX servers, to download new contents... and all I have to do it is their sample ...
2
votes
0answers
35 views

How can I get an achievementID from an OFAchievement *?

[OFAchievement achievements] returns an NSArray of OFAchievement *'s. OFAchievement has several properties, including title and description but it does not have an acheivementID property. I could ...
2
votes
2answers
604 views

How can I use OpenFeint and Facebook independently in the same iOS app?

I'm developing an iOS app that includes support for OpenFeint. OpenFeint includes support for Facebook, so if the user logs in to OpenFeint, s/he can post to Facebook. I also want to allow the user to ...
2
votes
3answers
464 views

OpenFeint is on only half of the screen

I'm trying to implement OpenFeint in my Cocos2D iPhone game, but here's something weird that I didn't find how to solve. Here's how OpenFeint looks like when I initialize it: ...
2
votes
1answer
1k views

Openfeint Multiplayer Tutorial?

I think it's GREAT that Openfeint has offered Multiplayer service now. But their documentation is really lacking. Does anyone know of any simple, step - by - step tutorial on how to use it, and what ...
2
votes
2answers
391 views

OpenFeint + iPad + Hiding status bar

My app runs fullscreen no status bar but when OF starts and asks for which account to use, a status bar appears... How can I disable this ? Note that when the OF connection window closes it leaves a ...
1
vote
1answer
20 views

OPEN FEINT error in Androd App

15 reports java.lang.RuntimeException: Unable to start activity ComponentInfo{com.oas.fruitkungfufree/com.openfeint.internal.ui.IntroFlow}: java.lang.NullPointerException at ...
1
vote
1answer
93 views

Turn-Based iPhone Game / OpenFeint

I trying to create a turn-based game. And I want to use OpenFeint. I found some info in the OpenFeint documentation, but I can't find any API? Also, can I just create a turn-based game using ...
1
vote
1answer
84 views

Get OpenFeint player id on Android

I've integrated OpenFeint into my Android game, and I'm wondering what i need to add in order to get the OpenFeint player id. I want the id or the username so I can allow users to transfer their game ...
1
vote
2answers
273 views

issue in openfeint when i call setHighScore function

I am integrating openfient SDK in my app. When I want to submit user's score and called a function as below it is giving error 'OFDelegate' was not declared in this scope [OFHighScoreService ...
1
vote
1answer
267 views

Problem with openfeint 2.12.2 - integration issue

I am trying to integrate OpenFeint 2.12.2 into my game, everything compiles and links, but while runtime it crashes in function [OpenFeint initializeWithProductKey:(...)], at line: +[OpenFeint ...
1
vote
1answer
136 views

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 ...
1
vote
0answers
736 views

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 ...
1
vote
2answers
493 views

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 ...
1
vote
1answer
131 views

Using the OpenFeint challenge system to accept challenges from a random?

Is there any way to use the OpenFeint challenge system to pair strangers via a challenge. Specifically, here is what I'd like to accomplish: A user gets a certain score on a level The user uses ...
1
vote
1answer
183 views

Is there a way to open the OpenFeint dashboard directly into the “Challenges” screen?

I'm looking for a way to open OpenFeint's dashboard view directly to the Challenges view. There is a message that launches the dashboard, and one to display a challenge before it is sent: [OpenFeint ...
1
vote
0answers
134 views

openfeint dashbaord doesnt disaplys achivement/leaderboard

I am integrating OpenFeint for the first time. I initialized Openfeint also added achievements in openfeint developer dash board. But whenever I call launchDashBoard achievement icon is not getting ...
1
vote
2answers
371 views

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 ...
1
vote
1answer
432 views

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, ...
1
vote
2answers
573 views

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. ...
1
vote
3answers
439 views

OpenFeint in Cocos2D

Are there any full tutorials, with sample code, of using OpenFeint with Cocos2D?
1
vote
1answer
135 views

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
1
vote
1answer
2k views

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: ...
1
vote
1answer
271 views

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? ...
1
vote
0answers
449 views

Iphone game highscore server with openfeint

Im building an iPhone game and would like to implement a fairly simple leaderboard using Openfeint. However, I dont really want the full-blown openfient app to reside within my game, rather, I would ...
1
vote
0answers
296 views

OpenFeint automatically detected I denied OpenFeint in my iPhone app

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. ...
1
vote
1answer
1k views

OFHighScoreService was not declared in this scope

I have OpenFeint integrated, compiling and launching when my app launches. Following the OF website instructions of: Add a leaderboard to your application from the Developer Portal. Note the Unique ...
1
vote
4answers
1k views

Openfeint caused this: ISO C++ forbids of declaration 'myClass' with no type

To cut a long story short, my project (an iPhone app) was all working fine until I started using a C++ sdk (openfeint). Everything was working fine, including the C+++ Openfeint stuff, until I ...
0
votes
1answer
22 views

How to integrate openfient or any other flexible social gaming network for HTML5 mobile applications?

I want to integrate openfeint to submit the score in my multiplatform (ios, android etc) mobile game application using HTML5. How can i do that? or is there anything else other than openfeint which i ...
0
votes
2answers
30 views

Android - OpenFeint - Allow worse scores option not working

I've been implementing OpenFeint today and everything was going well until I noticed what I think is a bug. I have a leaderboard setup with the option "Allow worse scores" checked - so any score the ...
0
votes
0answers
20 views

How to store custom and object and read it later?

I am using OpenFeint and I am trying to implement challenges. To implement challenges, I need to store an object called "challengeToLaunch" and use it when the user is done the game. Here's how I get ...
0
votes
1answer
33 views

iOS multiplayer game - what to use for the multiplayer part?

I'm developing a game for iOS that should include the multiplayer. It's not a turn-based, rather a real-time game. I know I can use some different approaches here: Game Center multiplayer (has ...
0
votes
1answer
99 views

How exactly does open feint and game center multiplayers work?

I am newbie to this and i can't figure out how they work? Do i have to have own server? How are communications between players done?
0
votes
1answer
41 views

Openfeint Achievment Progress on Android

My team has decided to integrate OpenFeint into the app we are developing to leverage the achievements API.. We currently track the achievement progress locally on the phone, and submit the ...
0
votes
1answer
131 views

OpenFeint integration on iOS application

I am trying to integrate OpenFeint 2.12.5 into my app. I already read this tutorial and this one.. I read the Getting Started page in documentation and follow their indications. I am using xcode 4.2 ...
0
votes
2answers
67 views

Adding in app purchases to an Open Feint powered game

I am developing a game with cocos2d-iphone and I am going to add in app purchases. AFAIK my options are Open Feint X and MKStoreKit. I still don't get what's the benefit of using Open Feint over ...
0
votes
1answer
127 views

How do I fix these 15 errors in Xcode? …Semantic issues and no matching constructor for initialization?

Totally stumped here, need help please... Open Xcode Project > Archive Build Failed with 15 errors ViewController.mm error: No matching constructor for initialization of 'OFDelegate' LinkedList.m ...
0
votes
0answers
52 views

iOS Openfeint don't show leader board in dashboard

I added openfeint leader boards to my iOS App but they don't show up in the dashboard. I use [OpenFeint launchDashboard]; and included the newest offline xml I can report highscores and they show ...
0
votes
0answers
22 views

Disable achievements and “Forum & chats” tab from OpenFeint dashboard iPhone?

How i can disable achievements and "Forum & chats" tab from OpenFeint dashboard iPhone?
0
votes
1answer
182 views

iOS and Cocos2d - Changing CCSprite's image AND new dimensions = FAIL

One of the powerups in my game is a decrease in size of the main sprite. So for memory sake, instead of looping a sprite.scale through each frame, I resaved the sprite at a percentage size lower than ...
0
votes
1answer
42 views

Does anybody know of a program like ScoreLoop or OpenFeint for blackberry phones?

I'm specifically trying to create a global high score list and something like this seems the easiest route. Does anybody know of a service or program for blackberry phones? Thanks!!
0
votes
0answers
86 views

OpenFeint, Game Center and Cocos2d error

I am trapped in a runtime error, when integrating OpenFeint 2.12.4 including Game Center. I have implemented Game Center as in documentation, this code is being added in ...
0
votes
1answer
131 views

OpenFeint 2.12.5 - offline config doesnt work

I am using Xcode 4 and OpenFeint 2.12.5, on iPhone 4.2 and iPad 4.3 I've downloaded openfeint_offline_config.xml from the dev site and added it to the project, but I still get the message: "No offline ...
0
votes
0answers
44 views

openfeint storekit framework linking error

I've started getting this error in my app build. Undefined symbols: "_OBJC_CLASS_$_GKAchievement", referenced from: objc-class-ref-to-GKAchievement in OpenFeint(OpenFeint+GameCenter.o) ld: ...

1 2