Я пишу свое первое приложение .NET MAUI для телефона. Все работает нормально. Заливаю установочный пакет на телефон командой:
Код: Выделить всё
dotnet build -c Release -f net8.0-android /p:AndroidPackageFormats=apk --no-restoreЯ обновляю приложение, создаю новый пакет с версией на единицу выше, для пример 1.1.55:
Код: Выделить всё
1.1.55
55
App not installed as package conflicts with an existing package
I've searched the internet for a solution but unfortunately haven't found one. Of course, uninstalling and reinstalling the app resolves the issue, but doing that every time will be inconvenient for the end user.
Has anyone had a similar problem and knows how to solve it?
Is other way to update my application? For this moment im dont want use Google Play Store
Best regards
Источник: https://stackoverflow.com/questions/781 ... -0-android
Мобильная версия