Vydia / react-native-background-upload

Upload files in your React Native app even while it's backgrounded. Supports Android and iOS, including camera roll assets.
MIT License
720 stars 325 forks source link

Android 14 Error: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts #343

Open sandeep14 opened 6 months ago

sandeep14 commented 6 months ago

getting Below error while uploading video in android

One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts

Please provide solution for same

sandeep14 commented 6 months ago

Fixed this issue at my end by changing build.gradle file implementation 'net.gotev:uploadservice-okhttp:4.9.2' and kotline version kotlinVersion = '1.8.21' , plus adding plugin id 'kotlin-parcelize' . change Version here buildToolsVersion = '34.0.8' compileSdkVersion = 34 targetSdkVersion = 34

mtshv commented 6 days ago

@sandeep14 please take a look at https://github.com/Vydia/react-native-background-upload/pull/347#issuecomment-2203998667