首页 > 解决方案 > 平台政策 8.2 违反?

问题描述

我们的应用目前受到 Facebook 的限制,因为他们声明我们违反了政策 8.2。以下为政策内容及建议:

Your app does not have functioning link to your privacy policy on the Apple App Store. Here's visual example of the policy: https://developers.facebook.com/policy#2-7-photo.

Platform Policy 8.2: Native iOS and Android apps that implement Facebook Login must use our official SDKs for Login. 

Please make sure your iOS app is using the most recent version of our SDK for Login. You can find more information on our iOS SDK for Login and other Login-related products here: https://developers.facebook.com/docs/facebook-login/ios.

You can see our visual example for this policy here: https://developers.facebook.com/policy#7-2-photo.

尽管我们Podfile有 contents pod 'FBSDKLoginKit', '~> 4.7',我们的Podfile.lock指定FBSDKLoginKit (4.38.1),它与Podfile.lock我们制作并安装了FBSDKLoginKitpod 的测试项目的内容相匹配。我们到底应该改变什么?我们唯一能想到的另一件事是,我们的 App Dashboard 一直在建议我们升级到最新的 Facebook SDK;我们必须在那里配置一些东西吗?

标签: iosfacebooksdkfacebook-loginpolicy

解决方案


推荐阅读