Privacy Accessed API Type是用于告诉Apple这个API是什么API。 Privacy Accessed API Reasons是告诉Apple你用这个API拿来干什么了。 我的例子中一个是userdefaults,一个是时间戳。那我们添加一下。 将邮件中的API类型粘贴到里面。 然后我们在API Reasons中点击右侧的箭头,选择你将这个API用在哪里了。 如果用的不止一项...
如果您的第三方 SDK 为应用使用的用户默认设置 API 提供了一个封装函数,并且仅在应用调用您的封装函数时访问用户默认设置 API,请声明此原因。只有第三方 SDK 可以声明此原因。如果您的第三方 SDK 主要是为了封装必需的原因 API 而创建的,则不得声明此原因。出于此原因访问的信息或任何派生信息不得用于您的第三方 ...
you may want to correct the following issuesinyour next submissionforAppStorereview.Onceyou've corrected the issues,upload anewbinarytoAppStoreConnect.ITMS-91053:MissingAPIdeclaration-Yourapp’s codeinthe “zhms” file references
问题: app虽然成功上架App Store,但是邮件提示了如下警告: 解决: 解决方法是添加隐私清单文件。 参考官方说明:官方文档 其它相关链接: StackOverflow 中关于这个问题的讨论 这位作者分享了如何解决该问题 这篇文章提供了解决该问题详细的指南
将邮件中的API类型粘贴到里面。 API类型 隐私选项 然后我们在API Reasons中点击右侧的箭头,选择你将这个API用在哪里了。 API 如果用的不止一项,可以再在Privacy Accessed API Reasons中继续添加新的item。 这是我填写的例子。 userdefaults 同理,我们userdefaults处理完了之后,我们还可以填写新的文件时间戳类型。
Flutter 3.19 本身已经有一个合规的隐私清单,如果你在 3.19 还能遇到ITMS-91053: Missing API declaration - Your app’s code in the “Runner” file,官方表示可能是: 引入的插件有隐私清单 (podspec使用了s.static_framework = true),但目前你使用的是旧版本,所以需要更新插件 ...
接着我们聊 「ITMS-91053」,如果你收到ITMS-91053: Missing API declaration - Your app’s code in the “Runner” file,首先要做的就是确定你的 Flutter SDK 是否升级到了 3.19,因为 Engine 的适配官方是在 3.19 做的,当然,如果你就是想做「钉子户」,那么你也可以参考下方的 issue 和 pr ,自己 fork 个...
ITMS-91053: Missing API declaration- Your app’s code in the “My app” file references one or more APIs that require reasons, including the following API categories: NSPrivacyAccessedAPICategoryDiskSpace. While no action is required at this time, starting May 1, 2024, when you upload a new...
ITMS-91053: Missing API declaration - Your app’s code in the “client” file references one or more APIs that require reasons, including the following API categories: NSPrivacyAccessedAPICategoryFileTimestamp. While no action is required at this time, starting May 1, 2024, when you upload a...
I have already sent some applications to Apple, and there is no problem; they haven’t sent me back the ‘Missing API declaration’ error. So in conclusion, I don’t know what the problem is for three of my app’s pool. it’s been several days that I’ve been working on this issu...