我可以在没有推送通知的情况下使用 Scial.framework 吗?
Can I use Scial.framework without Push Notifications?
在我的应用程序中,我在 Facebook 上使用 Social.framework 到 post。当我将我的应用程序发送给 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.
有人知道我应该做什么吗?我不使用推送通知,我只是 post 到 Facebook。
社交框架 提供用于访问用户社交媒体帐户的简单界面。喜欢 twitter , Facebook , 新浪微博等
并且要使用社交框架,您不需要推送通知。
如您所说,您没有使用推送通知,然后转到 developer.apple.com 并检查您的 APP ID 是否不能启用 推送通知 并检查您的配置配置文件。
如果您正在使用某种库或 API 可能已注册 Apple 推送通知,那么请确保您已经为启用推送通知进行了正确的设置。
在我的应用程序中,我在 Facebook 上使用 Social.framework 到 post。当我将我的应用程序发送给 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.
有人知道我应该做什么吗?我不使用推送通知,我只是 post 到 Facebook。
社交框架 提供用于访问用户社交媒体帐户的简单界面。喜欢 twitter , Facebook , 新浪微博等
并且要使用社交框架,您不需要推送通知。
如您所说,您没有使用推送通知,然后转到 developer.apple.com 并检查您的 APP ID 是否不能启用 推送通知 并检查您的配置配置文件。
如果您正在使用某种库或 API 可能已注册 Apple 推送通知,那么请确保您已经为启用推送通知进行了正确的设置。