最近应用开始出现频繁的被拒,说明苹果在加大力度审核应用。
Guideline 4.8 - Design - Sign in with Apple
Your app uses a third-party login service, but does not offer Sign in with Apple. Apps that use a third-party login service for account authentication need to offer Sign in with Apple to users as an equivalent option.
Next Steps
Please revise your app to offer Sign in with Apple as an equivalent option for account authentication.
Resources
- Review Sign in with Apple sample code.
- For an overview of design and formatting recommendations for Sign in with Apple, see the Human Interface Guidelines .
- Learn about the benefits of Sign in with Apple.
4.8
准则4.8-设计-与Apple登录
您的应用程序使用第三方登录服务,但不提供Apple登录。使用第三方登录服务进行帐户身份验证的应用程序需要向用户提供与Apple登录相同的选项。
下一步
请修改您的应用程序,以提供与Apple登录作为帐户身份验证的等效选项。
资源
-使用Apple示例代码查看登录。
-有关登录Apple的设计和格式建议的概述,请参阅人机界面指南。
-了解使用Apple登录的好处。
分析情况:4.8 这个被拒是因为项目中存在微信登录,但是却没有集成Apple 登录功能,苹果要求如果有第三方登录功能,必须同时提供Apple登录。
解决方案:1、提供Apple登录功能 2、通过后台做个接口开关审核的时候屏蔽第三方登录按钮。
5.1.1
Guideline 5.1.1(v) - Data Collection and Storage
We noticed that your app supports account creation but does not appear to include an option to initiate account deletion.
Apps that support account creation must also offer account deletion to give App Store users more control of the data they've shared while using your app.
Next Steps
If your app already supports account deletion, reply to this message and let us know how to locate this feature. If your app does not support account deletion, revise your app to include an option to initiate account deletion.
If you are unable to offer account deletion or need to provide additional customer service flows to facilitate and confirm account deletion, either because your app operates in a highly-regulated industry or for some other reason, reply to this message in App Store Connect and provide additional information or documentation. If you have questions regarding your legal obligations, check with your legal counsel.
Keep these requirements in mind when updating your app to support account deletion:
- Only offering to temporarily deactivate or disable an account is insufficient.
- If users need to visit a website to finish deleting their account, include a link directly to the page on your website where they can complete the process.
- You may include confirmation steps to prevent users from accidentally deleting their account. However, only apps in highly-regulated industries may require users to use customer service resources, such as making a phone call or sending an email, to complete account deletion.
准则5.1.1(v)-数据收集和存储
我们注意到,您的应用程序支持创建帐户,但似乎不包括启动帐户删除的选项。
支持帐户创建的应用程序还必须提供帐户删除功能,以便App Store用户在使用您的应用程序时能够更好地控制他们共享的数据。
下一步
如果您的应用程序已经支持帐户删除,请回复此消息并告知我们如何定位此功能。如果您的应用程序不支持帐户删除,请修改您的应用以包含启动帐户删除的选项。
如果您无法提供帐户删除或需要提供额外的客户服务流程以促进和确认帐户删除,无论是因为您的应用程序在高度监管的行业中运行,还是出于其他原因,请在app Store Connect中回复此消息,并提供其他信息或文档。如果您对法律义务有疑问,请咨询您的法律顾问。
更新应用程序以支持帐户删除时,请记住以下要求:
-仅提供临时停用或禁用帐户是不够的。
-如果用户需要访问网站以完成删除其帐户,请在您的网站上添加一个链接,直接指向他们可以完成此过程的页面。
-您可以包括确认步骤,以防止用户意外删除其帐户。然而,只有高度监管行业的应用程序可能要求用户使用客户服务资源,如打电话或发送电子邮件,以完成帐户删除。
分析情况:苹果认为应用中没有永久删除账户这个功能,有可能是因为审核员没有在应用中找到此功能。这个问题已经有三次被拒的记录,因为应用中集成了此功能,苹果审核员并没有找到,所以被拒了,后面回复了该功能位置才审核通过。
持续更新....