dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.05k stars 1.73k forks source link

Update Multi platform apps #9617

Closed Dr-AkA closed 2 years ago

Dr-AkA commented 2 years ago

is there any way to update published apps without going through (App Store,Play Store,Windows Store)?

MagicAndre1981 commented 2 years ago

automatic updates via Appinstaller file is currently not supported in WindowsAppSDK.

Also look for MDM (Mobile Device Management) tools to deploy app updates without store

Dr-AkA commented 2 years ago

If i use mdm tools probably i broke user privacy laws, i need another solution for mac,ios, android windows doesn't matter

Dr-AkA commented 2 years ago

automatic updates via Appinstaller file is currently not supported in WindowsAppSDK.

Also look for MDM (Mobile Device Management) tools to deploy app updates without store

And its costly to use mdm tools

jfversluis commented 2 years ago

Please use discussions for questions on how to problems or consider turning to Stack Overflow. The issues here are meant to describe (potential) issues in the .NET MAUI codebase.

As for this question: I think there is a service called Code Push in App Center, there are ways to do it. But mainly Apple will have a hard look at your app for the review, they don't like apps to be updated outside of the store, it might not even be allowed as per their App Store guidelines.

MagicAndre1981 commented 2 years ago

Please use discussions for questions on how to problems or consider turning to Stack Overflow. The issues here are meant to describe (potential) issues in the .NET MAUI codebase.

offtopic, but in discussions you never get useful answers 🤷‍♂️