HTTPS request returning 2032 Stream Error only for Android with Flex 4.6 Mobile

前端 未结 4 1765
小鲜肉
小鲜肉 2021-01-19 17:30

I have a mobile app that I targeted for iOS and Android. It makes a login request via HTTPS (using a POST with HTTPService)..Everything works fine while debugging on my dev

4条回答
  •  [愿得一人]
    2021-01-19 18:16

    I was having the same problem, Stream error 2032 on https: requests, and was able to resolve it by upgrading to a newer AIR runtime. I had noticed the error occurring on one test device and not the other, the main difference being that the one with errors had AIR 3.1 installed, the one without errors had AIR 3.2.

    We are now packaging the app with captive AIR runtime (version 3.3). Since FlashBuilder came with AIR 3.1 pre-installed, it was necessary to download a new AIR SDK and overlay it on FlashBuilder.

提交回复
热议问题