How can I support game center for iOS 4 but still run app on iOS 3. So game center will available only on devices with iOS 4.
|
feedback
|
|
You should make a weak link between gamekit framework and your app. You can make weak link with any framework in your project's settings. Also check apple game kit programming guide for checking if game center is available. Basically it boils down to single function
as well as including | |||
|
feedback
|