为什么我们不能再在 Delphi 西雅图启用 Apple 推送通知?
Why can't we enable Apple Push Notifications on Delphi Seattle anymore?
当我们查看 Delphi Seattle
上的授权列表时,我们无法再像旧版本那样为 iOS
启用 PushNotifications
。
它指出:"Android only."
为什么?
这来自 RAD Studio 文档主题“Entitlement List”:
RAD Studio does not allow you to set any Entitlement for the current
iOS project from the IDE, although you can manually customize the
entitlements file.
因此,虽然可以在 Android 应用程序中启用 GCM 支持并从远程服务器接收数据,但无法从此项目选项屏幕启用 Apple 推送通知。 (我没有使用 RAD Studio,所以我无法描述启用 APN 所需的步骤)。
当我们查看 Delphi Seattle
上的授权列表时,我们无法再像旧版本那样为 iOS
启用 PushNotifications
。
它指出:"Android only."
为什么?
这来自 RAD Studio 文档主题“Entitlement List”:
RAD Studio does not allow you to set any Entitlement for the current iOS project from the IDE, although you can manually customize the entitlements file.
因此,虽然可以在 Android 应用程序中启用 GCM 支持并从远程服务器接收数据,但无法从此项目选项屏幕启用 Apple 推送通知。 (我没有使用 RAD Studio,所以我无法描述启用 APN 所需的步骤)。