Questions tagged [openfeint]

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

108 questions
9
votes
2 answers

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 to the project (after setting up achievements /…
ingh.am
  • 25,981
  • 43
  • 130
  • 177
6
votes
3 answers

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 the service? Thanks
some_id
  • 29,466
  • 62
  • 182
  • 304
4
votes
1 answer

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 each other -- not that helpful for the user. I'm…
Andrew
  • 1,497
  • 1
  • 14
  • 22
4
votes
1 answer

Creating OpenFeint static library for iOS

I'm trying to create a static library of Openfeint for iOS, to use it in apps with only C++ calls. When I try to run the cocos2d-x test project with that library linked, the app is going frozen with any OpenFeint call. However, if I don't create the…
3
votes
2 answers

OpenFeint with MonoTouch

I want to use OpenFeint in a MonoTouch project. I have no experience in creating the proper bindings to use a third party Objective-C library with Mono. Reading this article on the Xamarin website did not really help me any further. Has anyone…
Thijs
  • 2,341
  • 2
  • 14
  • 22
3
votes
3 answers

Dealing with asynchronous callbacks in Java

One of my OpenFeint methods to recover leaderboard data needs an asynchronous callback to a method that is supposed to modify one of my local variables (using a wonderful hack). My problem now is that once the CB is called the execution continues…
MLProgrammer-CiM
  • 17,231
  • 5
  • 42
  • 75
2
votes
2 answers

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 sharedInstance]: unrecognized selector sent to class I…
Siegfried
  • 543
  • 3
  • 19
2
votes
4 answers

Openfeint multiplayer game tutorial for android

I'm interesting to develop an android turn-based online game. I read that is possible with OpenFeint, but I didn't found any library. Does anyone know any tutorial for this? Any other alternative? I'm not interesting in WiFi or Bluetooth solutions,…
Daniel Argüelles
  • 2,229
  • 1
  • 33
  • 56
2
votes
1 answer

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 respond. How can i stop openfeint loading…
Devon Smith
  • 387
  • 1
  • 6
  • 20
2
votes
1 answer

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 indication. There's [OpenFeint hasUserApprovedFeint],…
IronMensan
  • 6,761
  • 1
  • 26
  • 35
2
votes
0 answers

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 application, with no comment, and a very basic…
Grhyll
  • 83
  • 1
  • 6
2
votes
0 answers

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 call [OFAchievement achievement:(NSString *)] for…
IronMensan
  • 6,761
  • 1
  • 26
  • 35
2
votes
1 answer

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 launchDashboard]; and [OFChallengeService…
codeperson
  • 8,050
  • 5
  • 32
  • 51
2
votes
0 answers

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 displayed. Even…
shakthi
  • 1,597
  • 2
  • 17
  • 29
2
votes
2 answers

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 post to Facebook if s/he chooses not to login to…
Josh Brown
  • 52,385
  • 10
  • 54
  • 80
1
2 3 4 5 6 7 8