Property DeviceToken
DeviceToken
A globally unique token that identifies this device to Apple Push Notification Network. Send this token to the server that you use to generate remote notifications. Your server must pass this token unmodified back to APNs when sending those remote notifications. This property will be empty if you set the registerForRemoteNotifications parameter to false when creating the Authorization request or if the app fails registration with the APN.
Declaration
public string DeviceToken { get; }
Property Value
| Type | Description |
|---|---|
| string |