美文网首页
Could not signal service com.app

Could not signal service com.app

作者: _Waiting_ | 来源:发表于2018-05-22 10:53 被阅读379次

在info中增加

<key>NSAppTransportSecurity</key>
<dict>
    <key>NSAllowsArbitraryLoads</key>
    <true/>
    <key>NSExceptionDomains</key>
    <dict>
        <key>example.com</key>
        <dict>
            <key>NSExceptionAllowsInsecureHTTPLoads</key>
            <true/>
            <key>NSIncludesSubdomains</key>
            <true/>
        </dict>
    </dict>
</dict> 

相关文章

网友评论

      本文标题:Could not signal service com.app

      本文链接:https://www.haomeiwen.com/subject/cykhjftx.html