nativescript-background-http icon indicating copy to clipboard operation
nativescript-background-http copied to clipboard

Background Upload plugin for the NativeScript framework

Results 32 nativescript-background-http issues
Sort by recently updated
recently updated
newest added

I have upgraded my android version from 29 to 31, in the app where i use multipartUpload as soon as I navigate the app is crashing. ### Which platform(s) does...

Hi everybody After uploadfile appear err like below `` An uncaught Exception occurred on "pool-3-thread-1" thread. java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/core/app/NotificationCompat$Builder; at net.gotev.uploadservice.UploadTask.createNotification(UploadTask.java:467) at net.gotev.uploadservice.UploadTask.run(UploadTask.java:152) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at...

### Which platform(s) does your issue occur on? - iOS - iOS versions 15 - device IOS ### Please, provide the following version numbers that your issue occurs with: -...

### Please, tell us how to recreate the issue in as much detail as possible. when api fails with 400 status server is sending error response but I'm unable to...

When I submit the form, I keep getting the error Class constructor Observable cannot be invoked without 'new'. I've tried changing the compilerOptions target to es5 and es2017, but nothing...

I just have a quick question on this issue. Do you have any idea why uploading in NS7 would cause 503 errors? I kept the same working code from 6.7.8...

### Make sure to check the demo app(s) for sample usage ### Make sure to check the existing issues in this repository ### If the demo apps cannot help and...

Hello, We are using nativescript-background-http on NativeScript with Angular to upload photos. After 3-10 uploads (we've checked that each upload is ending before a new one begins) the APP is...

``` An uncaught Exception occurred on "main" thread. Error receiving broadcast Intent { act=com.plgroup.app.uploadservice.broadcast.status flg=0x10 pkg=com.plgroup.app (has extras) } in net.gotev.uploadservice.UploadServiceBroadcastReceiver_vendor_92371_85_@91bf10a StackTrace: java.lang.RuntimeException: Error receiving broadcast Intent { act=com.plgroup.app.uploadservice.broadcast.status flg=0x10...

Hi, In my project, I have integrated JWT authentication with an interceptor for all HTTP request. Exists a method for intercept the requests of nativescript-background-http? ### Which platform(s) does your...

help wanted
feature