When we head over the Entitlement List on Delphi Seattle
, we can no longer enable the PushNotifications
for iOS
like in the old versions.
It states : "Android only."
Why?
When we head over the Entitlement List on Delphi Seattle
, we can no longer enable the PushNotifications
for iOS
like in the old versions.
It states : "Android only."
Why?
This is from the RAD Studio documentation topic "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.
So while it is possible to enable GCM support in an Android application and receive data from remote servers, Apple Push Notifications can not be enabled from this project options screen. (I am not working with RAD Studio so I can not describe the steps which are required to enable APN).