简体   繁体   English

iOS 10中的隐私权政策已更改,我们需要重新提交我们的应用程序吗?

[英]Privacy policy changed in iOS 10, do we need re-submit our app?

Since iOS 10 has changed its privacy police ie we need put privacy description in the plist file. 由于iOS 10更改了其隐私策略,即我们需要将隐私说明放入plist文件中。

There is a question, are we needed to re-submit our app again after iOS 10 offically published? 有一个问题,在iOS 10正式发布后,我们是否需要重新提交我们的应用程序?

As the plist need to be changed or apps would be crashed. 由于plist需要更改,否则应用程序将崩溃。

Anyone has any idea or info to help me fingure this? 有人有任何想法或信息可以帮助我解决这个问题吗?

What I found in my investigation is if we build the app from Xcode7 we don't have issue in the new privacy settings, For example if I am trying to access Camera or Photo Library it will not crash. 我在调查中发现,如果我们从Xcode7构建应用程序,那么新的隐私设置不会出现问题,例如,如果我尝试访问Camera或Photo Library,则它不会崩溃。

But if I build the app using Xcode8 it crashes saying the "Privacy description to access Camera / Photo Library is missing". 但是,如果我使用Xcode8构建应用程序,则会崩溃,并显示“缺少用于访问相机/照片库的隐私说明”。

So its clear that we don't need to re-submit the app only for this privacy update.While submitting the next version (probably you need to use new Xcode8) makesure you added this privavcy policy update. 很明显,我们不需要为此隐私更新而重新提交应用程序。在提交下一个版本(可能需要使用新的Xcode8)的同时,请确保已添加此隐私策略更新。

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

相关问题 iOS-拒绝二进制后是否需要重新提交应用内购买 - iOS - Do I need to re-submit in-app purchases after rejecting binary 在 iOS 中,如果固定的 SSL 证书过期,我是否需要重新提交应用程序? - In iOS, if pinned SSL certificate expires, do I need to re-submit the app? 使用ShareKit将iOS应用发布到Facebook,为什么需要隐私政策? - iOS app posting to Facebook using ShareKit, why need Privacy Policy? “出口合规审查”下的应用-我应该重新提交吗? - App under “Export Compliance Review” - should I re-submit? 元数据被拒绝 - 重新提交与否? - Metadata rejected - To re-submit or not? 信息亭网络应用:请求失败后重新提交数据 - Kiosk web-app: re-submit data after failed request 有没有办法像我们在 iOS 中那样将用户发送到 macOS 下的应用程序隐私设置? - Is there a way to send the user to the app's privacy settings under macOS like we do in iOS? iOS应用提交响应-我们无法继续,因为我们需要其他 - iOS app Submit response - we are not able to continue because we need additional 如何指定我们的应用需要IOS 6? - How to specify that our app need IOS 6? 如果我们要提供应用内功能,是否需要提交两个应用进行存储 - Do we need to submit two app to store if we wants to provide in-app feature
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM