Edit in GitHubLog an issue

Java

Syntax

Copied to your clipboard
public static void setPushIdentifier(final String pushIdentifier);

Example

Copied to your clipboard
// retrieve the token from either GCM or FCM, and pass it to the SDK

Swift

Syntax

Copied to your clipboard
Void setPushIdentifier(deviceToken: Data?)

Example

Copied to your clipboard
// pass the deviceToken that the APNS has assigned to the device.

Objective-C

Syntax

Copied to your clipboard
+ (void) setPushIdentifier: (nullable NSData*) deviceToken;

Example

Copied to your clipboard
// pass the deviceToken that the APNS has assigned to the device
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.