04 2023 档案
摘要:先贴大佬的链接 https://blog.csdn.net/slatop/article/details/124212126 准备材料 1. 开发者证书,用作导出私钥、签名证书 2. Apple开发者公钥证书,证书下是已经过期的,需要从Apple PKI - Apple重新下载安装 Apple Wo
阅读全文
摘要:获取公钥 openssl x509 -in public.cer -inform DER -noout -pubkey 获取私钥 openssl pkcs12 -in privite.p12 -out private_key.pem -nodes -nocerts // // Shared.m //
阅读全文
摘要:+ (UIBezierPath *)attributedString2BezierPath:(NSAttributedString *)attributedString inBounds:(CGSize)bounds { NSString *clearText = attributedString.
阅读全文
摘要:查看iOS设备系统占比 https://developer.apple.com/support/app-store/
阅读全文