vaenow / cordova-plugin-app-update

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

Android 8.0 BUG #93

Closed tanacool closed 6 years ago

tanacool commented 6 years ago

I try both using nexus5 emulator (android 8.0) & galaxy note8 (android 8.0).

After downloading the update, it can't auto update itself, even you press the install manually there's nothing happened.

Can you fix this issue?

tanacool commented 6 years ago

solved by adding uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"