Skip to content

Separate appnames for ios and package name for android #339

Closed
@uloco

Description

@uloco

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions