审核信息原文:
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.
Please see attached screenshot for details.
翻译:
准则4.8-设计-使用Apple登录
您的应用程序使用第三方登录服务,但不提供Apple登录。使用第三方登录服务进行帐户验证的应用程序需要向用户提供Apple登录,作为等效选项。
后续步骤
请修改您的应用程序,以提供与Apple登录的功能,作为帐户验证的等效选项。
资源
-使用Apple示例代码查看登录。
-有关使用Apple登录的设计和格式建议的概述,请参阅人机界面指南。
-了解使用Apple登录的好处。
有关详细信息,请参阅随附的屏幕截图。
解决办法:
目前有两种解决办法,第一种是按照苹果的要求加上第三方登录。另外一种解决办法是把第三方登录做成接口动态控制显示隐藏的功能,提交审核的时候先把第三方登录隐藏,审核通过之后再把第三方登录显示出来。第二种方法适合使用频率不高的app,隐藏第三方登录影响不大的情况。