Closed gabrielluka closed 5 years ago
In android 8 you need add a permission in plugin.xml
cordova-plugin-app-update
to worked fine on smartphone. I added directly into androidmanifest.xml and work well for myself.
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
Fixed #28 #109 #118
In android 8 you need add a permission in plugin.xml
to worked fine on smartphone. I added directly into androidmanifest.xml and work well for myself.
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />