react-native-background-upload icon indicating copy to clipboard operation
react-native-background-upload copied to clipboard

how can i inspect the network request?

Open digitlninja opened this issue 2 years ago • 2 comments

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

digitlninja avatar Aug 16 '21 13:08 digitlninja

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.

TmanTman avatar Apr 07 '22 13:04 TmanTman

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!

SymntxHomendra51 avatar Oct 31 '22 15:10 SymntxHomendra51