App Settings
, in the menu on the left select iOS.Application Name
: a name representing your app in the App Store.App ID
: a unique ID representing your app. It is recommended to use the reverse-domain style (for example, mobi.monaca.appname
) for app ID. Only alphanumeric characters and periods (at least one period must be used) are allowed.Version Number
: the number representing the version of your app. It will be required when uploading (publishing process) your application via App Store Connect later. It needs 3 numbers separated by dots (for example, 1.10.2
). Each number should be between [0-99]
.*
) or the build will fail.Build & Build Settings
on the left menu, select iOS. Then, click Manage build settings.App Settings
, in the menu on the left, select Android.io.monaca.app_name
) for app ID. Only alphanumeric characters, periods (at least one period must be used) and underscore are allowed. Each segment should be separated by a period and started with an alphabetic character..debug
extension, and the one for a project debugger will have .debugger
extension. However, this option is disabled by default because it made some plugins impossible to be debugged due to the fact that they are tied to the exact package names (eg. in-app purchase).1.0.0
).Build & Build Settings
on the left menu, select Android. Then, choose Build for Release
and click Manage KeyStore and Alias.Alias
: the name representing the private key that you will use later when signing your app. Multiple aliases can be stored within one KeyStore.Alias Password
: the password for the private key (alias).Password for KeyStore
: the password for the KeyStore. You will need this password when importing the KeyStore.