Recommended Keys for iOS Apps

Hi 

I’ve almost finish my app and I prepare for submission.

I read this guide :http://docs.coronalabs.com/guide/distribution/buildSettings/index.html 

In Apple documentation they recommended the following keys for iOS Apps.

My question is : Should I put all these keys on my build.settings, and if yes, could Corona team explain us exactly how? Because in the guide I mentioned below, it says “See Apple’s documentation for more information on supported values and what you can do with them.”

Thank you for your help

Best

Olivier

Recommended Keys for iOS Apps

It is recommended that an iOS app include the following keys in its information property list file. Most are set by Xcode automatically when you create your project.

“CFBundleDevelopmentRegion”

“CFBundleDisplayName”

“CFBundleExecutable”

“CFBundleIconFiles”

“CFBundleIdentifier”

“CFBundleInfoDictionaryVersion”

“CFBundlePackageType”

“CFBundleVersion”

“LSRequiresIPhoneOS”

“UIMainStoryboardFile”

In addition to these keys, there are several that are commonly included:

“UIRequiredDeviceCapabilities” (required)

“UIStatusBarStyle”

“UIInterfaceOrientation”

“UIRequiresPersistentWiFi”

 

Hi @oromanetti,

In addition to the common ones listed in our build guide, I think the only one of these (that you listed from Apple’s site) which is commonly used is “CFBundleIconFiles”. Personally, I’ve never set the other flags specifically. Just follow the build guide which shows you how to include the icon files. Everything else should be fine.

Best regards,

Brent

Hi @oromanetti,

In addition to the common ones listed in our build guide, I think the only one of these (that you listed from Apple’s site) which is commonly used is “CFBundleIconFiles”. Personally, I’ve never set the other flags specifically. Just follow the build guide which shows you how to include the icon files. Everything else should be fine.

Best regards,

Brent