-
I am developing an app that I am also trying to use myself on the same windows pc I am developing on. "The app "xxx.xxx.xxx" is already installed on this machine. Agreeing to this will overwrite the published app running on my PC which makes it unusable. So far the only solution I see is changing the ApplicationId for debug builds. My current workaround is to change this identifier manually and be really cautious not to accidentally commit it which is a really bad workflow. I really wonder if I am the only one having a problem with that. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
We are using something like the following Condition to work against this problem
_AppLabelFolderName is defined by different release configurations |
Beta Was this translation helpful? Give feedback.
We are using something like the following Condition to work against this problem
_AppLabelFolderName is defined by different release configurations
NetVersion is net7 or net8