-
Notifications
You must be signed in to change notification settings - Fork 348
Description
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?