I can't use "_" in package name in monaca's Android app settings

Asked 2 years ago, Updated 2 years ago, 32 views

If you include an underscore in the package name of the project you created today, it will display "×Invalid characters" and you will not be able to register.
Does anyone have any information?
I checked the official information of Monaca, but I couldn't find the relevant information.

The domain you are using is obtained through the package name registration/use service of the Japan Internet Association Java Subcommittee.
It says jp.gr.java_conf.xxx.

monaca

2022-09-29 22:43

1 Answers

Underscore on iOS and hyphen on Android are prohibited characters that cannot be included in AppID.Monaca uses the same config.xml for iOS and Android, so the AppID is the same for iOS and Android.Therefore, it seems that both hyphen and underscore are all validation errors on the application setting screen.

You can specify any string in the AppID by editing config.xml directly instead of the App Settings screen, so why don't you try it?


2022-09-29 22:43

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.