react-native-send-intent icon indicating copy to clipboard operation
react-native-send-intent copied to clipboard

Install a remote APK not works on Android 7

Open Xaus opened this issue 7 years ago • 5 comments

i've tested this method on android 7 and react native 0.55 download started and it seems download finished but file not saved

the code i've used : SendIntentAndroid.installRemoteApp('http://dl.apktops.ir/apps/2018/07/KillApps_Close_all_apps_running_Pro_v1.8.13_Apktops.ir.apk', 'KillApps_Close_all_apps_running_Pro_v1.8.13_Apktops.ir.apk').then((installWasStarted) => { });`

Xaus avatar Jul 04 '18 14:07 Xaus

Has your device enough storage to fit installed app?

Spisaczek avatar Jul 13 '18 12:07 Spisaczek

yes

Xaus avatar Aug 14 '18 10:08 Xaus

Hi, maybe it will help https://stackoverflow.com/questions/45726654/install-apk-programmatically-in-android-8-api-26

temaivanoff avatar Nov 14 '18 22:11 temaivanoff

do you fix it? i have same this error

sam9010 avatar May 11 '21 06:05 sam9010

You should be add a new permission.

<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>

habeeb-pt avatar Nov 26 '21 11:11 habeeb-pt