简体   繁体   English

如何使我的应用程序获得 ios 15.1 版的批准?

[英]How i can make my app approved for ios version 15.1?

My openedx app got rejected by review team stating that:我的openx应用程序被审核团队拒绝,说明:

We're looking forward to completing our review, but we need more information to continue.我们期待完成我们的审查,但我们需要更多信息才能继续。 Your app uses the AppTrackingTransparency framework, but we are unable to locate the App Tracking Transparency permission request when reviewed on iOS 15.1.您的应用使用 AppTrackingTransparency 框架,但在 iOS 15.1 上审核时,我们无法找到 App Tracking Transparency 权限请求。

The tracking pop up coming in all version except 15.1, If someone goes through the following situation please help.除了 15.1 之外的所有版本都会弹出跟踪,如果有人遇到以下情况,请帮助。

The statement you got from Apple is pretty self explanatory.您从 Apple 获得的声明非常不言自明。 You are using the App Tracking Transparency framework inside your application for something related to tracking users (you haven't shared any code so it's hard to know exactly what you are doing).您在应用程序中使用 App Tracking Transparency 框架来处理与跟踪用户相关的事情(您没有共享任何代码,因此很难确切知道您在做什么)。

To be able to use this framework, you must also include the NSUserTrackingUsageDescription key inside of your plist file.为了能够使用这个框架,你还必须在你的 plist 文件中包含NSUserTrackingUsageDescription键。

You can read more about it here .你可以在这里阅读更多关于它的信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使具有旧版iOS的用户下载我的应用的旧版 - How can I make allow users with older versions of iOS to download an older version of my app 如何在我的应用中决定支持最旧的iOS版本? - How can I decide the oldest iOS version to support in my app? 如何使我的iOS应用程序向后兼容? - How can I make my iOS app backward compatible? 如何将我的应用程序用作iOS中的默认浏览器? - How can I make my app available as the default browser in iOS? 将 iOS 更新到 15.1 后,我无法连接到蓝牙 - I am unable to connect to bluetooth after updating my iOS to 15.1 如何使我的iOS应用处理特定域? - How can I make my iOS app handle a specific domain? 如何在新的iOS 7和Xcode 5上使用旧ios版本构建我的应用 - How can i build my app with old ios version on new iOS 7 and Xcode 5 我的iOS应用已获得批准,但尚未发布。 如何从团队或其他Apple ID释放? - My iOS app has been approved but not released yet. How do I release from team or another apple id? 如何让我的调试应用程序版本在iOS上接收生产推送通知? - How do I make my debug app version receive production push notifications on iOS? 我可以将Alamofire更新到版本4,并且在我的应用程序中仍然支持iOS 8吗? - Can I update Alamofire to version 4 and still support iOS 8 in my app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM