Skip to content

Silently crashing on startUpload #359

Description

@softovate

I’m experiencing an issue where my app crashes silently when calling startUpload. I’ve tried all the steps mentioned in the documentation and previous issues but the problem persists.

Here is my configuration:

Config:
Android 15
buildToolsVersion = "35.0.0"
minSdkVersion = 24
compileSdkVersion = 35
targetSdkVersion = 34
ndkVersion = "27.1.12297006"
kotlinVersion = "2.0.21"
react-native = "0.77.0
react-native-background-upload = "^6.6.0"
newArchEnabled=false

Library Config (in build.gradle):
implementation 'net.gotev:uploadservice-okhttp:4.9.2'
apply plugin: 'kotlin-parcelize'

Library build.gradle overrides:
kotlinVersion = '1.8.21'
buildToolsVersion = '34.0.8'
compileSdkVersion = 34
targetSdkVersion = 34
minSdkVersion = 18

Can you help identify what could be causing the crash? Are there any known compatibility issues with these SDK/NDK versions or Kotlin versions?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions