Skip to content

DevelopCubeLab/EnableQUIC

Repository files navigation

EnableQUIC

iOS Utils enable QUIC. Please understand the principles of QUIC yourself.
The minimum iOS 15 is required to fully support the QUIC feature, iOS 14 may not be able to access all or part of the QUIC features, please refer to the Apple Developer Website for details.
Note: This project will NOT release/store files in parts other than the App sandbox, and will NOT include ANY URL Scheme. You can use it with confidence and will not be detected by third-party app on App Stores. For specific issues, please view.

开启iOS的QUIC功能, 请自行了解QUIC原理和了解相关的风险
需要最低iOS 15才可以完整支持QUIC功能,iOS 14可能无法获取QUIC的部分或全部特性,具体请参考Apple开发者网站
注意:本项目不会在除本App沙盒以外的部分释放/存储文件,并且不会包含任何URL Scheme,您可以放心使用,而不会被第三方App Store的App检测到,具体问题请查看

Reference 参考

  1. Link 1
  2. Link 2

Thanks

Thanks for xiaoBovlog (@xiaobovlog) help. 感谢锋情万种提供锁定文件权限的思路