iOS v12 Https requests errors

后端 未结 3 1847
闹比i
闹比i 2021-01-02 15:52

I noticed that https requests made from my Ionic Angular app on iOS v12 are failing respectively never reach my backend.

I could confirm that my app is productive a

相关标签:
3条回答
  • 2021-01-02 16:30

    The problem was an internal problem of iOS 12 beta 1

    Xcode 10 beta 2 respectively iOS 12 beta 2 released Tuesday 19th June 2018 solved my problem

    0 讨论(0)
  • 2021-01-02 16:35

    I'm feeling very confident that this is just a beta 1 bug with no confirmed work around. I never found an opportunity to get this verified in person while at WWDC, but it seems to be very confirmed by multiple sources including this bug on open radar. I'm going to file an additional bug with Apple directly and will update my answer with any responses.

    Update: I've tested multiple devices on iOS 12 beta 2 and the issue seems to be resolved. No update on the bug filed with Apple, but I'm going to assume that it was addressed in the latest update.

    Update 2: Apple has finally closed my bug as fixed.

    0 讨论(0)
  • 2021-01-02 16:47

    Test is issue, On iOS 12, below two ways will not run into this issue

    1. request with HTTP
    2. post request with form-data, not with json. if you post with JSON, will trigger option request, but webkit not post this request, so cros domain failed
    0 讨论(0)
提交回复
热议问题