Game Center Questions?

Hi! I have a few questions about game center/openfeint/papaya. First, I currently have Openfeint in my iOS version of my game “Crazy Putt”. I of course would love to get all the great features of Game Center in there. I was unsure about the build.settings stuff, can we have full Open Feint and Game Center without running game center through Openfeint? What must I put in the build.settings if I want both full game clients? Also I a thinking of adding Papaya support, worth it? anything in the build settings for that?
Also on game center is there anything else besides the build.settings and this…
local gameNetwork = require “gameNetwork”

local function onSystemEvent( event )
if event.type == “applicationStart” then
if (systemos == “iPhone OS”) or (systemos == “Mac OS X”) then

gameNetwork.init( “gamecenter”, initCallback )
return true
end
end
end
Runtime:addEventListener( “system”, onSystemEvent )
that I have to put to initiate it. OH and the iTunes Connect.

–Thanks in Advance!! [import]uid: 86879 topic_id: 20747 reply_id: 320747[/import]

About Game Center and OpenFeint, there’s a very nice blog post that, I think, will answer most of your questions (if not all):

http://blog.anscamobile.com/2012/01/tutorial-game-center-integration-ios/

Naomi [import]uid: 67217 topic_id: 20747 reply_id: 81526[/import]