简体   繁体   English

使用Twitter的Digits框架进行iOS身份验证

[英]iOS authentication with Twitter's Digits framework

I have an iOS app that allows user to authenticate with their facebook or twitter account. 我有一个iOS应用程序,允许用户使用其Facebook或Twitter帐户进行身份验证。 Apple rejected my because of the following: 苹果公司拒绝我是因为以下原因:

We noticed that your app uses a Facebook and Twitter login for authentication purposes but does not include account-based features offered by that site, which does not comply with the App Store Review Guidelines. 我们注意到,您的应用程序使用Facebook和Twitter登录名进行身份验证,但不包括该网站提供的基于帐户的功能,该功能不符合《 App Store审查指南》。

In order to use Facebook and Twitter for authentication, your app must include significant account-specific functionality from Facebook and Twitter. 为了使用Facebook和Twitter进行身份验证,您的应用必须包含来自Facebook和Twitter的重要帐户特定功能。 For example, your app should include sufficient account-based features from Facebook and Twitter other than pulling profile information or sharing on the user's page. 例如,您的应用程序应包含来自Facebook和Twitter的足够的基于帐户的功能,而不是提取个人资料信息或在用户页面上共享。

Next Steps 下一步

Please revise your app to implement your own authentication mechanism, or incorporate significant account-specific functionality from Facebook and Twitter. 请修改您的应用程序以实现自己的身份验证机制,或合并来自Facebook和Twitter的重要帐户特定功能。

If your app does include additional account-specific features from Facebook and Twitter, please provide us with details on where we can locate these features in your app. 如果您的应用程序确实包含来自Facebook和Twitter的其他帐户特定功能,请向我们提供有关我们在您的应用程序中可以找到这些功能的详细信息。

I'm thinking about adding twitter's digits framework so that users can authenticate with their phone number if they'd like. 我正在考虑添加twitter的数字框架,以便用户可以根据自己的电话号码进行身份验证。 Does anyone know if that would qualify, or will I need to roll my own authentication? 有谁知道这是否符合条件,还是我需要进行自己的身份验证?

The periscope app has two login options: Twitter account and phone number via Digits. 潜望镜应用程序具有两个登录选项:Twitter帐户和通过数字的电话号码。 But it's possible they meet with apple's guidelines because they have more social features in their app. 但由于他们的应用程序具有更多社交功能,因此他们有可能符合苹果的指导方针。

Have you tried Digits yet? 您是否尝试过数字? We once got rejected by Apple for only having a Facebook login, so we added an anonymous login to get past review. 我们曾经因为仅拥有Facebook登录名而被Apple拒绝,所以我们添加了匿名登录名以获取过去的评论。 We are currently considering doing a Facebook and Digits approach and removing anonymous for new accounts, so I, too, am curious if it would be allowed. 我们目前正在考虑采用Facebook和Digits方法,并删除新帐户的匿名帐户,因此我也很好奇是否允许这样做。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM