iPhone连接Mac时,连接断断续续的问题
终端执行 sudo killall -STOP -c usbd
终端执行 sudo killall -STOP -c usbd
接口地址https://p19-buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/authenticate同一个账号进行两次登录对比X-Apple-AM...
IOS13之后,生命周期时间就开始由UISceneDelegate接管。解决适配方案:删除掉info.plist中Application Scene Manifest选项,同时可以删除Scenedel...
以前还能用各种软件抓APPStore的HTTPS通讯过程,现在不行了。不过还是抓到了。登录地址:https://buy.itunes.apple.com/WebObjects/MZFinance.wo...
这个功能一般用于收藏某段话。import UIKit class ViewController: UIViewController { &n...
在iOS开发中,经常会用到Charles,但是https的证书装了,还是抓不到包,后来看到Alamofire可以设置免认证https,设置方法如下。let evaluators: ...
cd到工程目录find . "(" -name "*.swift" -or -name "*.xib" ")"...