1 2 3 4 5 ··· 13 下一页
摘要: // // Fast.swift // FastSwiftKit // // Created by XX on 2023/9/7. // import AVFoundation public class FastAudioManager { public static let shared = Fa 阅读全文
posted @ 2024-12-04 14:41 super1250 阅读(2) 评论(0) 推荐(0) 编辑
摘要: // import StoreKit @objcMembers public class FastApplePay: NSObject, SKPaymentTransactionObserver, SKProductsRequestDelegate { public static let share 阅读全文
posted @ 2024-12-02 14:45 super1250 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/5262d7144651 同事那里搬过来的,防止丢失. 1、新建一个framework工程 2、添加代码 非本地集成的第三方 添加podfile文件后用Cocoapods集成 本地代码 把需要打包的项目文件直接拖进来 设置公开和需要隐藏的代码(需要 阅读全文
posted @ 2024-11-22 18:30 super1250 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 上架总结: 1.项目内有使用到SDK需要下载最新包,有使用的文件页需要下载最新的,即使是代码一样也要下载最新的包拖入里面使用.例如项目里面用到的face++sdk,google服务文件,每个项目最好是去官网下载最新包拖入项目,不是从其他项目拖入. 2.项目内有使用到第三方库的,最好混淆一下类名,去掉 阅读全文
posted @ 2024-10-30 15:41 super1250 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Guideline 3.2.1 - Business - Other Business Model Issues - Acceptable Your app provides loan services but does not meet all the requirements for apps 阅读全文
posted @ 2024-09-30 10:44 super1250 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 清理Cocoapods缓存: 路径: ~/Library/Caches/Cocoapods 阅读全文
posted @ 2024-08-02 16:54 super1250 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-06-05 15:11 super1250 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 私有链接!!! 1.设计图:dananow https://lanhuapp.com/web/#/item/project/stage?tid=9d6120c7-0f94-4833-8587-e13848e65039&pid=f0d3445a-7b0b-43fe-83cc-934607ef19e7 阅读全文
posted @ 2024-06-04 15:57 super1250 阅读(20) 评论(0) 推荐(0) 编辑
摘要: Showing Recent Errors Only SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolcha 阅读全文
posted @ 2024-06-03 15:06 super1250 阅读(220) 评论(0) 推荐(0) 编辑
摘要: https://sso.secureserver.net/?realm=pass&app=ox mi%bC$Qz!pS!wz$vClP 阅读全文
posted @ 2024-05-31 15:59 super1250 阅读(1) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 13 下一页