美文网首页
signwithapple苹果ID登录问题解决并通过审核

signwithapple苹果ID登录问题解决并通过审核

作者: 幻风0628 | 来源:发表于2020-11-10 16:51 被阅读0次

近期苹果要求凡是接入第三方登录(比如微信登录)必须接入signwithapple,于是查看相关资料集成到APP并成功上线。
首先说明的是可以使用自定义按钮(参考美团APP设计),也可以使用自带按钮。其次一般APP的账号系统是基于手机号,所以苹果ID登录后,有一步绑定手机号的操作。这样提审后是一定会被拒的,没关系,只要说明合理的原因,为什么需要绑定手机号,在解决方案中心中回复苹果即可,之后苹果会再次审核并给予通过。以下是我的回复内容(仅作参考):
Dear apple,
My app account is user's mobile phone number. Users can use some functions without logging in, but the services that require logging in, such as XXX and XXX, need to bind the mobile phone number. During the use, users will receive product SMS service reminder and some service information. If you do not bind the phone number, user will not get the information. Therefore, after logging in with Apple ID, user need to bind the phone number to provide unified account management and product services.

最后一个问题要说明的是,网上广为流传的代码中


image.png

这一步通过icloud获取的账号密码登录我并没有使用,之前将服务器返回的user保存在keychain中,有些手机开启了icloud会有这个账号密码验证选项,此验证方法还未找到,所以获取到服务器返回的user时不用保存在keychain里面,这样就不会走这一步了。

相关文章

  • signwithapple苹果ID登录问题解决并通过审核

    近期苹果要求凡是接入第三方登录(比如微信登录)必须接入signwithapple,于是查看相关资料集成到APP并成...

  • [Swift] Sign in with Apple

    Swift 实现 Apple Id 登录 官方说明 苹果审核: 如果 App 使用第三方或社交登录服务 (例如,F...

  • iOS-App转让

    将App从A账号转让到B账号 准备工作:登录B账号并复制如下信息a、Team ID b、App的相关审核信息 转让...

  • Sign in with Apple-iOS

    废话不多,直接上干货: 第一:审核方面,苹果文档 1、接了三方登录的,都要接苹果登录 2、登录按钮要与三方登录按钮...

  • (Python)微信登录与facebook登录

    微信登录,说这么点内容 苹果id登录 补充jwtutil

  • 苹果审核指南

    如何在苹果审核多次被拒被警告的情况下通过审核 爆!WWDC2017后,苹果审核指南首次重大更新 苹果审核内容解读(...

  • Sign in With AppleID

    1.背景 根据苹果审核指南要求,但凡接入三方登录的,必须要接入苹果授权登录,因我们App中接入了微信登录,所以按照...

  • 搜索项目内的关键字 New apps that use UIWe

    因为苹果审核是机器审核 所以硬性条件不能有的。出现问题解决就好 全部搜索不到支付宝、UIWebView问题后 可以...

  • 教你如何把APP应用上架到AppStore

    苹果官网 sign in 登录输入apple id & password登录,如果没有,可以直接注册 Certif...

  • Apple ID 登录审核被绝

    Apple ID登录已经上线发布5个多月,新版本发布突然因 Apple ID登录被多次拒绝,从网上找了很多文章,感...

网友评论

      本文标题:signwithapple苹果ID登录问题解决并通过审核

      本文链接:https://www.haomeiwen.com/subject/skujbktx.html