vaenow / cordova-plugin-app-update

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

FileNotFoundException #152

Open ChaminThilakarathne opened 1 year ago

ChaminThilakarathne commented 1 year ago

DownloadApkThread class (DownloadApkThread.java) is thrown exception which is java.io.FileNotFoundException: in FileOutputStream fos = new FileOutputStream(apkFile); Android 11 (API level 30) above Therefore auto update failed is there any alternatives for this issue?