Closed ebiscardi closed 1 year ago
Make sure you are not overriding uploadServiceVersion
in gradle files, and that you are on the latest version of @nativescript/background-http
the underlying lib has been updated to support android 12+ and add the IMMUTABLE flag upstream:
Lib updated here: https://github.com/NativeScript/plugins/commit/802a47d7a37a84d946a5122003caa6ba18d0bb14
@rigor789 Thank you very much, I solved the issue updating @nativescript/background-http
dependency to the latest version
Tested on Android 13 targetSdkVersion 31