You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mspusta78 see here about details on network_security_config. Basically, you can specify specific domains that can be accessed through this config (all other requests will be denied). You can also pass security certificates for additional security.
On android 9.0 (Pixel 3XL)
{N} version 5.1
"nativescript-background-http": "^3.4.0"
calling session.uploadFile errors out
JS: propertyChangeData property name = status propertyValue= error
JS: error = {"eventName":"error","object":{"_observers":{"progress":[{}],"error":[{}],"complete":[{}],"propertyChange":[{}]},"_session":{"_id":"image-upload"},"_id":"image-upload{1}","_description":"{ 'uploading': 'VID_1552057929892.mp4' }","_upload":0,"_totalUpload":1,"_status":"error"},"error":{},"responseCode":-1,"response":null}
I tried to to explicitly request permission to
permissions.requestPermission(android.Manifest.permission.FOREGROUND_SERVICE
but that did not solve the issue.
Martin
The text was updated successfully, but these errors were encountered: