Openfeint Integration best practice with corona

Hi all,
I am trying to implement openfeint and game center in my game.its working fine and i am able to post scores to both.But it does not return a message from openfeint/game center if i post a worse score.Simply nothing happens.
Is there a way to include alert messages like “a better or equal score is already posted”.
Can somebody plz tell me the best practice to integrate openfeint in Corona SDK.

Thanks a lot in advance. [import]uid: 55945 topic_id: 10910 reply_id: 310910[/import]

Or can i submit high score at the end of game over instead of giving a button for submitting high score.Will apple accept the automatic submission of score without asking user??(considering user is logged in to openfeint) [import]uid: 55945 topic_id: 10910 reply_id: 39709[/import]

Hi Tanu,

Your suggested method about submitting a score automatically at the end of the game without using a button is how I have ALWAYS done things and no, Apple is just FINE with that. It’s all good :slight_smile:

Peach :slight_smile: [import]uid: 52491 topic_id: 10910 reply_id: 39760[/import]

Thanks a lot peach ,
I will use it instead of submit button. [import]uid: 55945 topic_id: 10910 reply_id: 39765[/import]