ios - 我可以在没有推送通知的情况下使用 Scial.framework 吗?

标签 ios iphone app-store-connect social-framework

在我的应用程序中,我使用 Social.framework 在 facebook 上发帖。当我将我的应用程序发送给 Apple 进行审核时,我收到了这条回复。

We have discovered one or more issues with your recent delivery for "****". Your delivery was successful, but you may wish to correct the following issues in your next delivery:

Missing Push Notification Entitlement - Your app appears to include API used to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the "aps-environment" entitlement. See "Provisioning and Development" in the Local and Push Notification Programming Guide for more information. If your app does not use the Apple Push Notification service, no action is required. You may remove the API from future submissions to stop this warning. If you use a third-party framework, you may need to contact the developer for information on removing the API.

After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.

有人知道我应该做什么吗?我不使用推送通知,我只是发布到 Facebook。

最佳答案

社交框架提供用于访问用户社交媒体帐户的简单界面。比如twitter、facebook、新浪微博等等。

并且要使用社交框架,您不需要推送通知。

正如您所说您没有使用推送通知,然后转到 developer.apple.com 并检查您的 APP ID 不得启用推送通知并检查您的配置文件。

如果您正在使用某种可能已注册 Apple 推送通知的库或 API,那么请确保您已经为启用推送通知做出了正确的设置。

关于ios - 我可以在没有推送通知的情况下使用 Scial.framework 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32271209/

相关文章:

iphone - 比较两个 NSArray 的最佳实践 & 用两个都没有出现的对象填充第三个?

ios - xcodebuild 命令中的 xcconfig 选项

iphone - 没有工具栏或导航栏的 UiBarButtonItem

ios - iTunes 连接 : "Release This Version" button is disabled

ios - 要求登录两次

ios - 如何使用 RxSwift 强制点击 UIBarButtonItem?

ios - 应用程序进入后台模式时如何处理核心数据迁移?

iphone - 为什么我的 UITableViewController 没有被填充在这里?

iphone - 如何在 iPhone 上创建 .webarchive?

ios - 我的应用程序的新版本能否识别旧的 IAP?