05 2025 档案

摘要:需要梯子 https://developer.android.com/studio?utm_source=android-studio&hl=zh-cn mac M2芯片需要安装 arm版本 阅读全文
posted @ 2025-05-20 13:42 黄增松 阅读(7) 评论(0) 推荐(0)
摘要:仅支持华为、小米、OPPO、VIVO、荣耀 5个应用市场仅支持32位和64位合并版包,暂不支持分包上传仅支持更新已上架的APP,不支持新增APP https://github.com/xigong93/XiaoZhuan 阅读全文
posted @ 2025-05-19 10:19 黄增松 阅读(12) 评论(0) 推荐(0)
摘要:1.apns 通知(走的是苹果的apns服务器) 点击推送 -(void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse 阅读全文
posted @ 2025-05-16 16:20 黄增松 阅读(139) 评论(0) 推荐(0)
摘要:1. IDFA恢复出厂设置会变化删除APP不变化(idfa=设备号+bundle ID) 广告位标识符:在同一个设备上的所有App都会取到相同的值,是苹果专门给各广告提供商用来追踪用户而设的,用户可以在 设置|隐私|广告追踪里重置此id的值,或限制此id的使用,故此id有可能会取不到值,但好在App 阅读全文
posted @ 2025-05-15 10:42 黄增松 阅读(22) 评论(0) 推荐(0)