plist
file, please refer to Information Property List Files (Apple). This file is located under ios
folder inside your Monaca project as shown below:MonacaApp-Info.plist
file is removed from Monaca framework. Therefore, in order to config iOS application settings, use Cordova Custom Config Plugin.MonacaApp-Info.plist
file, there are 3 main types of elements:<key>
: Defines value (plistObject) and a combination of application configuration information.<array>
: You can have the array of values (plistObject).<dict>
: Key and combination of value (plistObject) are defined here.3.2
or later. The correct file will be chosen depending on the size of the device screen resolution.com.monaca.MyApp
.MonacaApp-Info.plist
file.16
characters at most.APPL
for application project.UISupportedInterfaceOrientations~ipad
.false
true
, the status bar at the top of the application will be hidden. If UIStatusBarHidden set to true
and UIViewControllerBasedStatusBarAppearance set to false
, the status bar at the top of the app will be hidden.false
true
, the status bar at the top of the application will be hidden. Set to true
in order to use StatusBar Plugin.