-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload Error when I updated my android sdk platform from 28 to 29 #263
Comments
It's seem likes authorization header is missing in your request. |
I also have a same error. Code work in api level 28 and below fine but in api level 29 its shows upload error.
|
We already include authorization header but still not working |
Same error for me, no trouble using API level 28, but getting exactly the same error with 29. I get an error in upload notification tray too. |
I think I found out why of this problem. |
i also experienced this issue, when targeting SDK 29 rather than 28
|
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
tns --version
to fetch it)6.0.5
node_modules/tns-core-modules/package.json
file in your project)6.5.1
"tns-android"
and"tns-ios"
properties in thepackage.json
file of your project)"tns-ios": {
"version": "5.3.1"
},
"tns-android": {
"version": "6.5.0"
}
package.json
file of yourproject and paste your dependencies and devDependencies here)
"nativescript-background-http": "^4.2.1"
Please, tell us how to recreate the issue in as much detail as possible.
Describe the steps to reproduce it.
Upload keeps on error, but it was working when my android sdk platform is 28 but error after I updated it to 29.
The text was updated successfully, but these errors were encountered: