Hi all,
About the GameCenter and IAP capabilities in iOS... While testing my app in xcode (and when eventually distributing) I'd like to have GameCenter and In-app purchases disabled. Just having them switched to OFF didn't keep me from getting errors and build fail.
But when I removed plugin files gamekit and storekit from the project I got no errors. I haven't tampered with any other code inside xcode, so references to those files, if any, remains.
My question is: Might the be any future ramifications by just removing gamekit and storekit from the project?
Comments
An upload to Testflight usually flags any issues, so maybe an idea to do that part early in your project.