The resource could not be loaded because the App Transport Security policy requires the use of a secure connection

前端 未结 21 1981
醉酒成梦
醉酒成梦 2020-11-22 11:37

I am facing the Problem when I have updated my Xcode to 7.0 or iOS 9.0. Somehow it started giving me the Titled error

\"The resource could not be load

21条回答
  •  故里飘歌
    2020-11-22 12:27

    If you use firebase, it will add NSAllowsArbitraryLoadsInWebContent = true in the NSAppTransportSecurity section, and NSAllowsArbitraryLoads = true will not work

提交回复
热议问题