Phonegap's FileTransfer.upload() throwing error code 3 on Android

后端 未结 8 1570
离开以前
离开以前 2020-12-16 03:01

I am working on uploading a picture to a server. I am able to successfully upload an image using iOS but when i try on android I get the error code 3. Currently using phoneg

8条回答
  •  忘掉有多难
    2020-12-16 03:13

    This could also be a reason, and solved it for me:

    iOS 9 and OSX 10.11 require TLSv1.2 SSL for all hosts you plan to request data from unless you specify exception domains in your app's Info.plist file.

    (CFNetwork SSLHandshake failed iOS 9)

提交回复
热议问题