今天本人提交了一款 ios 应用,审核几分钟就被拒绝了,在开发者后台看了下原因,说是app在ios 14以上的版本崩溃了。于是打了一个自定义基座,分别用ios 12的系统和ios 14的系统测试,果然ios14的闪退,ios12 正常。通过查看苹果附上的崩溃日志,发现一行关键字:Termination Reason: TCC, This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSUserTrackingUsageDescription key with a string value explaining to the user how the app uses this data. 其中有一个关键词"NSUserTrackingUsageDescription ",正是最近官方提到的这个问题,原链接:https://ask.dcloud.net.cn/article/36107,于是按照官方的提示,配置了NSUserTrackingUsageDescription隐私描述,再打自定义基座测试,果然正常了。 于是写下了此文分享给大家。
9***@qq.com
- 发布:2021-05-03 22:39
- 更新:2023-03-23 10:52
- 阅读:12946
3 个评论
要回复文章请先登录或注册
水手
4***@qq.com
好菜的菜鸟