Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,10 @@ Submits a generic event containing the provided push token with event type `gene
setPushIdentifier(pushIdentifier?: string)
```

**Note**:
- **Android**: The FCM token can be passed directly as a string.
- **iOS**: The APNs device token must be passed as a hex-encoded string. Passing a non-hex string will result in a corrupted token being registered.

**Example**

```typescript
Expand Down