Openfeint sample do'nt work on device with subscribe account.

I tried to work openfeint sample on device.

First,I cannot work application builded subscribed account.
So,I get new trial account, and build openfeint sample, and go on device.
It work on device.

Trial account builded is 7.7k byte size,but Subscribed account builded is 2.3k byte size.
In this, what will the cause?

I use CORONA SDK build 268.

Thanks. [import]uid: 38048 topic_id: 7532 reply_id: 307532[/import]

I have the exact same problem. Openfeint was working fine until I paid for the subscription and downloaded daily build 309. Now if build with 268 or 309, Openfeint does not show up in the device anymore. [import]uid: 19297 topic_id: 7532 reply_id: 27126[/import]

U need to add

local of = require(“openfeint”)

at the top of your main.lua file see the OF example on our sample code

c [import]uid: 24 topic_id: 7532 reply_id: 27145[/import]

Yep. Already have that line.

 openfeint = require ("openfeint")  
 openfeint.init( "xxxx", "xxxx", "xxxx", "xxxx" )  

It was working fine until I paid for the subscription. It was showing the OF startup screen for logon etc and was brining up the leaderboard without any issues before. [import]uid: 19297 topic_id: 7532 reply_id: 27153[/import]

ios android? did you move sources to a different folder?

c [import]uid: 24 topic_id: 7532 reply_id: 27166[/import]

It was working fine until I paid for the subscription too.
I don’t move sources folder, use ios iphone only.
Trial account builded , it work on iphone now. [import]uid: 38048 topic_id: 7532 reply_id: 27169[/import]

Carlos,

iOS. I did move sources to a different folder.

KC [import]uid: 19297 topic_id: 7532 reply_id: 27197[/import]

I am currently try the OpenFeint sample code with the informations provided by OpenFeint ( the keys ) and it doesn’t work. I am using an Android device with daily build 311. I have the following errors :

E/AndroidRuntime( 880): java.lang.NoClassDefFoundError: com.openfeint.api.OpenFeintSettings  
E/AndroidRuntime( 880): at com.ansca.corona.version.android8.AndroidVersionSpecific.openFeintInit(Unknown Source)  
E/AndroidRuntime( 880): at com.ansca.corona.Controller$11.run(Unknown Source)  
E/AndroidRuntime( 880): at android.os.Handler.handleCallback(Handler.java:587)  
E/AndroidRuntime( 880): at android.os.Handler.dispatchMessage(Handler.java:92)  
E/AndroidRuntime( 880): at android.os.Looper.loop(Looper.java:123)  
E/AndroidRuntime( 880): at android.app.ActivityThread.main(ActivityThread.java:3647)  
E/AndroidRuntime( 880): at java.lang.reflect.Method.invokeNative(Native Method)  
E/AndroidRuntime( 880): at java.lang.reflect.Method.invoke(Method.java:507)  
E/AndroidRuntime( 880): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)  
E/AndroidRuntime( 880): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)  
E/AndroidRuntime( 880): at dalvik.system.NativeStart.main(Native Method)  
W/ActivityManager( 109): Force finishing activity com.blueglutton.openfeinttest/.MyCoronaActivity  

BR

Bruno from http://BlueGlutton.com
[import]uid: 9097 topic_id: 7532 reply_id: 27233[/import]

OF is not supported on Android -

for iOS should work. Don’t know why is not working.

C. [import]uid: 24 topic_id: 7532 reply_id: 27269[/import]

Carlos: Any indication when GameCenter support is coming? If soon enough, then I’d (personally) not worry about OF much. [import]uid: 19297 topic_id: 7532 reply_id: 27284[/import]

Scheduled end of month unless we can’t get approval by the big fruit co. [import]uid: 24 topic_id: 7532 reply_id: 27326[/import]

I reconfirm that OF is not working with paid subscription build, but works with trial version. I tested that in different ways with my application and Corona samples. It just does not show the login dialog at startup. [import]uid: 19297 topic_id: 7532 reply_id: 27874[/import]

Thanks for the reports. We are looking into this. [import]uid: 6787 topic_id: 7532 reply_id: 27978[/import]

Thumbs up for Ansca team.

I was just notified this bug was fixed on the server side. I made a new build and OF is working again. [import]uid: 19297 topic_id: 7532 reply_id: 28196[/import]