How to Upgrade my flutter app without using Playstore or App store?

Ris*_*fat 9 dart app-update flutter

I have an app created for internal use. I have not published it on the play store, but I have to update it regularly.

任何人都可以帮忙...我应该使用哪个库来为我的应用程序实现自我升级系统。任何答案将不胜感激。

Phi*_*nko 2

答案是 - 是的,您可以将您的应用程序上传到 Apple Store 和 Google Play,但不向公众发布,相反,您可以使用内部测试,因此只有您定义的用户才能在Google Play 和 Apple 商店

Google Play 内部测试https://support.google.com/googleplay/android-developer/answer/9303479?hl=en

苹果试飞https://developer.apple.com/testflight/

是的,它有一些限制,例如,Apple 允许最多 10000 名测试人员,但我希望这对您的公司来说没问题,但它是内部共享应用程序的唯一方法,在 iOS 上不会出现任何问题(android 允许您从任何地方下载应用程序,iOS 不允许) t)