-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't download file with http domain url in android 9 pie #351
Comments
it looks like pie disables http traffic by default. there's a manifest setting that appears to allow it. read this for more info: |
Same problem with me |
Same issue facing, android 9 file not downloaded |
@tatva-hiral @mayankgarg056 Pls check your phone system update is "Up to Date". i haven't facing that issue now |
@ganesh98a It's not working on specific devices, that is android 9-oxygen OS(oneplus) or after updating android that shows me Android security patch level for other devices. |
@tatva-hiral pls make sure you have added those line below.
After adding that. i have run the app and resetarted my mobile. it has worked |
@ganesh98a I tried doing the same, but still not working for me on Android Pie (9). What else is missing? |
Hi ! i am using rnfetchblob to download the file using get method through HTTP domain url. it's not working in android 9 pie version only. also i have tried and cross check with android behavior changes of version update
here my code
Behavior changes are applied
Manifest file *****
network_security_config.xml*****
React Native Environment Info:
System:
OS: Windows 10
CPU: (4) x64 Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz
Memory: 1.39 GB / 7.84 GB
Binaries:
npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD
React-native version
"react": "16.8.3",
"react-native": "0.59.5"
"rn-fetch-blob": "^0.10.13"
Note: it's working with HTTPS domain url with above code & environment setup
Will you pls get me out to solve this.
Thanks
The text was updated successfully, but these errors were encountered: