4Q-s-r-o / ota_update

Flutter plugin implementing OTA update for both iOS and Android
MIT License
182 stars 62 forks source link

couldn't use on googlePlay store #94

Closed DavidMGT closed 1 year ago

DavidMGT commented 1 year ago

image

MartinHlavna commented 1 year ago

This package is aimed for projects with deployment outside of the Google Play (e.g. private apps for your clients) so user can still update your app without need to manually download APK.

Since you are deploying with Google Play which will provide updates for you, why do you need to use this package? Removing permission REQUEST_INSTALL_PACKAGES from manifest would render this package useless.