如果您的第三方 SDK 为应用使用的文件时间戳 API 提供了一个封装函数,并且仅在应用调用您的封装函数时访问文件时间戳 API,请声明此原因。只有第三方 SDK 可以声明此原因。如果您的第三方 SDK 主要是为了封装必需的原因 API 而创建的,则不得声明此原因。出于此原因访问的信息或任何派生信息不得用于您的第三方 SDK...
解决办法:添加权限文件。 1.在项目中 创建文件,默认命名为PrivacyInfo,targets关联项目。 2.确认文件。 3.创建对应项。 4.设置 是否启用跟踪。根据自身app来配置,无跟踪则默认如下图。 Privacy Tracking Enabled 是否启用隐私跟踪;Privacy Tracking Domains 隐私跟踪域。 5.设置隐私权限细则。可参考App Store的配置。
接着我们聊 「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 个...
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 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 “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...
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 ...
Hey, I’m updating all of my apps to target the new versions of all the plugins we use, and for some reason, I have a warning message : ITMS-91053: Missing API declaration - Your app’s code in the “***” file references one or more APIs that require reasons, including the follo...
颤动:ITMS-91053无法看到PrivacyInfo.xcprivacy文件问题描述 投票:0回答:1我确实尝试向我的应用程序声明 api 类型和原因,以及“目标会员资格”。然后,确保该文件位于 /iOS 下。但我面临的是,当我在 vscode 中运行 'pod install' 并查看 Xcode 中生成的 pod 时,PrivacyInfo.xcprivacy 文件不可见。 (也许这就是...