We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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上无法播放网络视频 ?
The text was updated successfully, but these errors were encountered:
iOS9开始有ATS限制, 网络视频url请用https开头, 若想用http开头的url, 请参考: http://southpeak.github.io/blog/2015/09/14/app-transport-security-ats/
Sorry, something went wrong.
在 info.plist 中加入
<key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict>
即可。
No branches or pull requests
在ios9上无法播放网络视频 ?
The text was updated successfully, but these errors were encountered: