upgrade-helper icon indicating copy to clipboard operation
upgrade-helper copied to clipboard

Separate appnames for ios and package name for android

Open uloco opened this issue 2 years ago • 14 comments

Feature Request

It would be great to have a way to specify different appnames or package names for ios and android without any (com.) prefixing magic happening by upgrade helper.

Why it is needed

Our app does not have a .com domain so our bundle identifier is different than just com.appname.

I ran into multiple issues in the past and also recently, where I used the app name field to put in our app name and did not realize it automatically prefixes it with com. for android. I had build issues where our package (obviously) could not be found. This is a possible issue a lot of people have, which could easily be fixed.

Possible implementation

Just add two fields to specify the appname for ios and the package name for android without prefixing them with com. on android automatically.

uloco avatar Feb 22 '23 11:02 uloco