Crash in iOS 13
See original GitHub issueHey guys.
We’ve rn-fetch-blob working on iOS 12 however on iOS 13, it causes our app to freeze. Here is a sample code
RNFetchBlob.config(configOptions)
.fetch('GET', fileUrl)
.then(async resp => {
filePath = resp.path();
let options = {
type: type,
url: filePath
};
this.setState({loading: false});
await Share.open(options);
await RNFS.unlink(filePath);
});
Has anyone experienced this?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:11
Top Results From Across the Web
App crashes at start under iOS 13.… | Apple Developer Forums
I develop an app that works fine under iOS 14.x (any subversion). It's a classic storyboard/swift app. It is supposed to be compatible...
Read more >Fix Apple iPhone with apps that keep crashing after iOS 13
Troubleshooting Apple iPhone with apps that keep crashing after iOS 13 · First solution: Clear all background apps. · Second solution: Restart ...
Read more >iPhone 13 Apps Keep Crashing? Here's The Fix! - Dr.Fone
Part I: How to Stop Apps from Crashing on iPhone 13 · Solution 1: Restart iPhone 13 · Solution 2: Close Other Apps...
Read more >Big Problem for iPhone 13 Users iOS 16.1 App crashes ...
This Video is related to iOS 16.1 issuesTime Stamps0:00 Big Problem for iPhone users0:28 iPhone 13 green screen issue1:40 iOS 16.1.1 ?2:02 ...
Read more >Why does Graphical Analysis GW crash on iOS 13? (fixed)
On November 26, 2019, Vernier Software & Technology released an updated version (4.0.6) of Graphical GW to resolve issues related to iOS 13....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had to add, IOSBackgroundTask to be true to solve this problem. Here is the complete function and config.
Same problem and getting following errors in native layer.