Questions tagged [openfeint]

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

108 questions
1
vote
0 answers

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. The settings Dictionary is as…
Raptor
  • 53,206
  • 45
  • 230
  • 366
1
vote
1 answer

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 Identifier of your new leaderboard. In your…
quantumpotato
  • 9,637
  • 14
  • 70
  • 146
1
vote
4 answers

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 switched from tesitng on the device to testing in the…
gargantuan
  • 8,888
  • 16
  • 67
  • 108
1
vote
0 answers

Migrate from openFeint to Gree platform

i should migrate from openfeint to gree platform. i downloaded gree sdk and when i import the sdk i get this error: Cannot nest 'oauth.signpost.Signpostttt.oauth.signpost.Signpost/src/main/java' inside …
kgnkbyl
  • 737
  • 1
  • 5
  • 16
1
vote
1 answer

ios scoreboard/achievements for games

I am planning to implement a global scoreboard and achievement system for my game(iOS). What is the best platform to do that ? GREE(formerly openfient) GameKit Can someone tell me which one is better?(I just need a simple socreboard(like top 10…
Aditya
  • 45
  • 6
1
vote
1 answer

How to show iOS GameCenter 'dashboard' within a game?

Situation: I'm using both OpenFeint/Game Center in a cocos2d game. OpenFeint has a 'dashboard' that you can present within the game, but I could not find an equivalent for Game Center. Question: I want to know how to present a Game Center…
eric
  • 4,863
  • 11
  • 41
  • 55
1
vote
1 answer

OpenFeint with cocos2d-x (iOS and Android)

Apparently OpenFeint supports both iOS and Android. Great. But how do I integrate it with cocos2d-x Android? The SDK is, apparently a .jar and such. Cocos2d-x uses c++. I don't get this tutorial:…
Saturn
  • 17,888
  • 49
  • 145
  • 271
1
vote
1 answer

Simulator Works, Device Doesn't?

I have found out my issue on the device not working and simulator working. When i comment out this part, it works: [OpenFeint initializeWithProductKey:@"MYKEY" andSecret:@"MYSECRET" andDisplayName:@"LatinToGo" andSettings:settings…
Raoul
  • 85
  • 2
  • 10
1
vote
1 answer

Crash in Android Native while changing to new Activity

My application is unable to open OpenFeint dashboard methods. The implementation of the native c++ libraries uses cocos2d-x as a graphic library, but it has a handler and a wrapper to allow the use of OpenFeint functions. OpenFeint initialization…
MLProgrammer-CiM
  • 17,231
  • 5
  • 42
  • 75
0
votes
1 answer

OpenFeint Achievement and Leaderboards buttons not displayed (always)

I've added a bunch of achievements and a leader board on the openfeint developer dashboard then I downloaded the offline configuration file and I also added a test user. When I open the application dashboard nor the Achievements neither the…
Lolloz89
  • 2,809
  • 2
  • 26
  • 41
0
votes
1 answer

Openfeint posting scores issue in android

I have used the sdk provided on openfenit site, everything is ok, but after lauching when i try to enter the submenu it doesnt work for example leadership boards etc. Plus i am getting an strange error in console that offline settings not found. …
Programmer
  • 5,360
  • 10
  • 37
  • 61
0
votes
1 answer

Can I implement facebook and twitter in openfeint?

I want to implement social networking such as facebook and twitter in my game. I already have tried sharekit for ios version of my game. But am not that much satisfied with sharekit performance for following reasons: Facebook permission page open…
someone_ smiley
  • 1,006
  • 3
  • 23
  • 42
0
votes
1 answer

Get scores and player info from leaderboard

I want to be able to show a list of the top ten or so scores for the levels in my game. I looked and I found that openfeint had a callback method for this Leaderboard.getScores(Leaderboard.GetScoresCB cb) I was not sure how to implement this so I…
Jack
  • 2,625
  • 5
  • 33
  • 56
0
votes
1 answer

iPhone app versioning in free and fee version for use with OpenFeint?

I have a question about iPhone app versioning. I know there is the build version number (BundleVersion) and the release version number (BundleShortVersionString) which is visible to customers. I want to make a free version of the app and the full…
Balkyto
  • 1,460
  • 4
  • 22
  • 47
0
votes
2 answers

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 user uploads should add a new score each…
Ricky
  • 7,785
  • 2
  • 34
  • 46