Conversation
|
hey @anindya2791 I've implemented your changes and it indeed builds and works as expected. Thanks for your work (cc @sandeep14) However, I have issues with uploading my APK to the google play store due to I think it might be related to the See this issue: gotev/android-upload-service#660 If you guys have the same issue, or any ideas, how to solve it, please let me know. |
I think you need to declare the uses-permission in your
afaik, this is a play store mandate for Android 13+ |
|
We are using this in RN 0.72.7 with SDK <= 34 so far no issues reported by users. Can we get this merged? |
react-native-background-upload is not maintained. We already had a patch for react-native 0.72, but we are getting an error when uploading a file when targeting Android 34 : "One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts". Fix is done in android-upload-service gotev/android-upload-service#642 New patch is taken from Vydia/react-native-background-upload#347
react-native-background-upload is not maintained. We already had a patch for react-native 0.72, but we are getting an error when uploading a file when targeting Android 34 : "One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts". Fix is done in android-upload-service gotev/android-upload-service#642 New patch is taken from Vydia/react-native-background-upload#347
|
To solve the FOREGROUND_SERVICE_DATA_SYNC error on the playstore |
|
@kevinmartin33 thank you so much for sharing your solution for this problem! @anindya2791 thank you for the response, unfortunately explicitly declaring both permission declarations still result in: |
|
hey @mtshv did you solve |
|
@Abdelsattar @mtshv |
|
hey @Abdelsattar I crafted my explantion text based on this comment: gotev/android-upload-service#660 (comment) Good luck! |
|
Tested locally and working fine. |
This should solve #343
Thanks @sandeep14
Summary
Test Plan
What's required for testing (prerequisites)?
What are the steps to reproduce (after prerequisites)?
Compatibility
Checklist
README.md