App Transport Security Xcode 7 beta 6

前端 未结 5 583
臣服心动
臣服心动 2020-12-07 22:41

I\'m currently working on Xcode 7 beta 6. I\'m trying to send a \"DELETE\" request to http://mySubdomain.herokuapp.com

The error I receive is:

5条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-07 23:31

    I have solved as plist file.
    1. Add a NSAppTransportSecurity : Dictionary.
    2. Add Subkey named NSAllowsArbitraryLoads as Boolean : YES

    This worked well.

提交回复
热议问题