上一页 1 2 3 4 5 6 ··· 37 下一页
摘要: 参考: iOS App上架需要提供 ICP备案号https://www.jianshu.com/p/0ac2e0c7ce1c 阅读全文
posted @ 2023-10-18 15:07 懂事长qingzZ 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 真机测试遇到 ——is not paired with your computer 然后xcode 显示Developer Mode DIsabled 隐私与安全性——>安全性——>开发者模式 将开发者模式打开后,设备重启 重启设备后,查看开发者模式是否打开 参考: https://blog.csd 阅读全文
posted @ 2023-10-18 13:57 懂事长qingzZ 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/Walking-Jin/p/5692211.html 阅读全文
posted @ 2023-10-11 13:57 懂事长qingzZ 阅读(3) 评论(0) 推荐(0) 编辑
摘要: #import <AudioToolbox/AudioToolbox.h> //你不能修改震动参数,每个调用都会生成一个简短的1~2秒的震动。在不支持震动的平台上(ipod touch),该调用不执行任何操作,但也不会发生错误!) AudioServicesPlaySystemSound(kSyst 阅读全文
posted @ 2023-10-11 10:06 懂事长qingzZ 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 打开终端,输入以下代码 sqlite3 $(find /private/var/folders \( -name com.apple.dock.launchpad -a -user $USER \) 2> /dev/null)/db/db "DELETE FROM apps WHERE title= 阅读全文
posted @ 2023-09-26 10:58 懂事长qingzZ 阅读(78) 评论(0) 推荐(0) 编辑
摘要: @property (nonatomic, strong) NSTimer *timer; /**< 定时器 */ @property (strong, nonatomic) CAGradientLayer *gradientLayer; /**< 渐变层 */ [self.layer insert 阅读全文
posted @ 2023-09-23 14:43 懂事长qingzZ 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.jianshu.com/p/27b928f887cb Swift H5唤起支付宝支付和微信支付 https://www.jianshu.com/p/cc958be6dbc9 IOS唤起H5微信或支付宝收银台 https://blog.csdn.net/maoer952 阅读全文
posted @ 2023-09-23 13:16 懂事长qingzZ 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 参考: https://zhuanlan.zhihu.com/p/635239815?utm_id=0 阅读全文
posted @ 2023-09-23 12:03 懂事长qingzZ 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.jianshu.com/p/098357528799 阅读全文
posted @ 2023-09-23 11:57 懂事长qingzZ 阅读(3) 评论(0) 推荐(0) 编辑
摘要: AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); https://blog.csdn.net/qq_40319342/article/details/124243794 阅读全文
posted @ 2023-09-23 11:11 懂事长qingzZ 阅读(6) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 37 下一页