Vydia / react-native-background-upload

Upload files in your React Native app even while it's backgrounded. Supports Android and iOS, including camera roll assets.
MIT License
730 stars 333 forks source link

how can i inspect the network request? #277

Open digitlninja opened 3 years ago

digitlninja commented 3 years ago

It doesnt show up in the debugger browser for some reason? but upload progress seems to flow to 100% nicely. I want to see the request being made and response received. many thanks

TmanTman commented 2 years ago

Since the upload will originate from the native Android or iOS code, I wouldn't expect it to show up in the browser debugger.

I've been able to see it in the Android Studio network inspector. I'd assume a similar process on XCode for iOS.

SymntxHomendra51 commented 1 year ago

Since the upload will originate from the native Android or iOS code, I wouldn't expect it to show up in the browser debugger.

I've been able to see it in the Android Studio network inspector. I'd assume a similar process on XCode for iOS.

thanks you really saved my day!