Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为了适配ios9需要在info.plist里面把需要访问的URL加入白名单 #1

Closed
ultra7677 opened this issue Jan 18, 2016 · 1 comment

Comments

@ultra7677
Copy link

不然app会没有权限去访问URL

比如ApplicationOne,具体做法就是在info.plist里面加入。
LSApplicationQueriesSchemes

GC

@GarveyCalvin
Copy link
Owner

HI,你是对的,要在info.plist里增加这些信息:

<key>LSApplicationQueriesSchemes</key>
<array>
    <string>GC</string>
</array>

在此感谢你的提醒,谢谢,已更新blog和git源码。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants