解决办法:添加权限文件。 1.在项目中 创建文件,默认命名为PrivacyInfo,targets关联项目。 2.确认文件。 3.创建对应项。 4.设置 是否启用跟踪。根据自身app来配置,无跟踪则默认如下图。 Privacy Tracking Enabled 是否启用隐私跟踪;Privacy Tracking Domains 隐私跟踪域。 5.设置隐私权限细则。可参考App Store的配置。
0A2A.1 如果您的第三方 SDK 为应用使用的文件时间戳 API 提供了一个封装函数,并且仅在应用调用您的封装函数时访问文件时间戳 API,请声明此原因。只有第三方 SDK 可以声明此原因。如果您的第三方 SDK 主要是为了封装必需的原因 API 而创建的,则不得声明此原因。出于此原因访问的信息或任何派生信息不得用于您的...
接着我们聊 「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」,如果你收到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 解决方法 文章分享了解决iTunes Connect上传应用时遇到的ITMS-91053警告——缺失API声明的方法。作者指出警告是由于应用使用了涉及用户隐私的API未提供说明,即`NSUserDefaults`和文件时间戳。解决方式是添加`App Privacy`文件到项目中,然后在文件中指定`Privacy Accessed API Types`及其...
//developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api.ITMS-91053:MissingAPIdeclaration-Yourapp’s codeinthe “zhms” file references one or moreAPIsthat require reasons,including the followingAPIcategories:NSPrivacyAccessedAPICategorySystemBootTime....
App Store 警告 ITMS-91053: Missing API declaration 问题: app虽然成功上架App Store,但是邮件提示了如下警告: 解决: 解决方法是添加隐私清单文件。
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 “PlugIns/FileProvider.appex/FileProvider” file references one or more APIs that require reasons, including the following API categories: NSPrivacyAccessedAPICategoryUserDefaults. While no action is required at this time, starting May 1...
New issue ITMS-91053 #1182 Closed cdoky opened this issue Apr 3, 2024· 0 comments · Fixed by #1183 CommentsMember cdoky commented Apr 3, 2024 Generate Privacy Report:cdoky added the possible bug label Apr 3, 2024 cdoky mentioned this issue Apr 3, 2024 Fixed: Missing an ...