Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Can I just remove gamekit and storekit from xcode project — Gideros Forum

Can I just remove gamekit and storekit from xcode project

adamjohnadamjohn Member
edited December 2016 in General questions
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

  • totebototebo Member
    edited December 2016
    Good question, I'd also like to know. I guess it would be fine, so long as the features are unchecked in Xcode.

    An upload to Testflight usually flags any issues, so maybe an idea to do that part early in your project.
    My Gideros games: www.totebo.com
Sign In or Register to comment.