Lost connection when app is minimized in iOS
While minimizing the application the background progress its getting cancelled with the below error
Lost connection to background transfer service
Kindly advise .
Same here!
Did anybody solve this?
I'm using two packages, for android this package is stable, and for ios using "react-native-background-upload": "github:cristianoccazinsp/react-native-background-upload" package that has no android SKD. So, you should have to manage your packages.json
@AliRehman7141 Could you explain better how you are using a package for each platform?
@FeoSilva
put "react-native-background-upload": "^6.5.0" line in your package json and do install node_modules after that you can build android apk
for ios replace existing line with "react-native-background-upload": "github:cristianoccazinsp/react-native-background-upload" again do install node_modules and pods now this will work for ios