vaenow / cordova-plugin-app-update

App updater for Cordova/PhoneGap
MIT License
299 stars 146 forks source link

Don't use this plugin! #146

Open nicolomanni opened 4 years ago

nicolomanni commented 4 years ago

This morning we received an email directly from Google Play with this content

immagine

Better not to use this plugin anymore.

memanoj commented 4 years ago

Yes I also face same issue and app is removed from the store don't use this plugin now ionic should have to remove this from their documentation as soon as possible

carlo318 commented 4 years ago

Also an app I develop has been removed from the store for the same reason. But I still need this plugin to autoupdate some custom devices running my app. I will install the App directly from a private Server and autoupdate from there. So the plugin is still very useful.

kolbasa commented 4 years ago

Please use this, I need some stars :sweat_smile: https://github.com/kolbasa/cordova-plugin-apkupdater

grafik

nagthgr8 commented 3 years ago

Wish I should have stepped in here before installing the plugin, it's too late my App is removed from the play store, not sure if they are going to listen to Appeals. Ionic should not have recommended this plugin for its users when such a violation is caught by bots why not caught during the build process, is that intentional? Very pathetic for App developers

heliomarpm commented 3 years ago

Lucky for me, I found this link, I was already implementing it. And as for cordova-plugin-code-push, will it also be blocked?

rhiroshi commented 3 years ago

why do you guys need a plugin to update your app if you are already using play store?

deborahjames commented 3 years ago

Lucky for me, I found this link, I was already implementing it. And as for cordova-plugin-code-push, will it also be blocked?

Hey can anyone here tell what worked for them . I need to implement auto app update in ionic capacitor . Thanks in advance.

mhartington commented 3 years ago

Shameless plug

Hey folks, not the plugin author, but if you're looking for alternatives that do not violate any google/apple app store policies, perhaps checkout Appflow.

https://ionic.io/appflow

andreszs commented 2 years ago

Apparently the best option is to use the In-App Update API from this cordova plugin which allows both Flexible and Immediate updates from Play Store.

cyril-tl commented 1 year ago

@andreszs can I use it to get the apk from my own server ?