question

TonyPitman-3145 avatar image
0 Votes"
TonyPitman-3145 asked KyleWang-MSFT edited

Multiple Brands of the same app with different app names on iOS and Android

We have an application that we want to be able to put in the app store under different brand names.

I know I could make a branch in GIT for each and change the things that need to be changes, but would rather just have some kind of conditional compile or target output or something like that if possible.

I have already come up with a strategy for dealing with any images that need to look different.

The main thing I need to know and why I am posting here has to do with the iOS / Android Bundle ID values and app names.

Is there some way to control those so I just have to switch a target or something in order to change those at build time?

dotnet-xamarin
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@TonyPitman-3145 I am afraid Visual Studio does not provide such function. You have to change the App name manually in Project Property. You can request a feature on Developer Community.

0 Votes 0 ·

0 Answers