Skip to content

Commit

Permalink
πŸ“ Add link to push docs from README
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaatttt committed Jul 24, 2024
1 parent d41c674 commit dcec10f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The SDK is a Swift library for sending user properties and events to the Appcues
- [One Time Setup](#one-time-setup)
- [Initializing the SDK](#initializing-the-sdk)
- [Supporting Builder Preview and Screen Capture](#supporting-builder-preview-and-screen-capture)
- [Enabling Push Notifications](#enabling-push-notifications)
- [Identifying Users](#identifying-users)
- [Tracking Screens and Events](#tracking-screens-and-events)
- [Anchored Tooltips](#anchored-tooltips)
Expand Down Expand Up @@ -105,6 +106,10 @@ Initializing the SDK requires you to provide two values, an Appcues account ID,
During installation, follow the steps outlined in [Configuring the Appcues URL Scheme](https://appcues.github.io/appcues-ios-sdk/documentation/appcueskit/urlschemeconfiguring). This is necessary for the complete Appcues builder experience, supporting experience preview, screen capture and debugging. Refer to the [Debug Guide](https://appcues.github.io/appcues-ios-sdk/documentation/appcueskit/debugging) for details about using the Appcues debugger.
#### Enabling Push Notifications
During installation, follow the steps outlined in [Configuring Push Notifications](https://appcues.github.io/appcues-ios-sdk/documentation/appcueskit/pushnotifications).
### Identifying Users
In order to target content to the right users at the right time, you need to identify users and send Appcues data about them. A user is identified with a unique ID.
Expand Down

0 comments on commit dcec10f

Please sign in to comment.