Stephen Potter

Results 15 comments of Stephen Potter

@antonkulyk and @diurchenko, thanks for writing. To be clear, you set a breakpoint in Android Studio on `onProgress` and `onError` in `UploaderModule.java` [here](https://github.com/Vydia/react-native-background-upload/blob/master/android/src/main/java/com/vydia/UploaderModule.java#L145) and it never hits? But the promise...

@gotev thanks so much for helping out, much respect! @sraka1 so should we just add that to the installation instructions? I wonder if we can somehow make this automatic. What...

@remigijusbalc it expects a `file://` prefix. What were you passing into `getFileInfo`? Also, please open xcode, debug the app, and set a breakpoint at `ios/VydiaRNFileUploader.m:58`. Then you can step through...

@L-Yeiser I'd be happy to make a PR that uses a different API for iOS uploading. But it will take me some time. Will you test it for me once...

@L-Yeiser I checked in the code and we are using the important calls to create the `NSUrlSessionUploadTask`. We are just casting it as the base type for some reason. I'll...

@sraka1 I guess I don't understand why `setMaxRetries(2)` is the problem. Seems like the real problem is that the file is failing for whatever reason to complete an upload. `setMaxRetries(0)`...

Everyone, I am in the middle of creating a PR that will have the initialize return a promise. Your app code will be responsible for not calling the `track` methods...

@asciiman @VansonLeung, we suddenly experienced this error. I checked into the bridge's Android dependencies and one entry was `compile 'com.braintreepayments.api:braintree:2.+'`. I looked at the maven repo and there have been...

Okay great, I will do that