-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Introduce pattern for cleaner transition to background #115
Comments
@SamSaffron , Thanks for your information, I think this is a very improtant feature, and we've tried to implent background transmission mechanism, but it's not an easy task, perhaps still need some time. |
Recently I have been fighting super hard to get background fetch going. It seems discourse/DiscourseMobile@989c3a3 may have done the trick but it took me days of debugging and I am still not certain. Cleanly dealing with transition to background is a great feature for RN to have, I will raise a separate ticket so core react networking networking deals with this as well |
Yeah, I'm agree with you. On Android, developer can use Download Manager but there's no such a solution on IOS. It would be great to have this implemented, I'll look into it 👍 |
I also opened this issue now to see if core should add something facebook/react-native#9678 |
related #141 |
@SamSaffron , I've added |
Hi guys, This issue/PR is causing my app to be killed by iOS after 3 minutes in the background. Specifically, if I comment out these lines, the problem goes away:
This is the error message I see in the Xcode console after ~3 mins in the background:
This is a big problem for our users -- three minutes is a very short time! Any ideas? We are on version |
Per: http://stackoverflow.com/a/10319761/17174
When app transitions to background native blob should provide the hooks to extend execution until all downloads are complete (or properly timed out)
The text was updated successfully, but these errors were encountered: