Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izaaz authored Oct 29, 2024
1 parent da96a9a commit 8000abd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</p>


# ⚠️ Pre-release (ALPHA) ⚠️
# AmplitudeSessionReplay-iOS

This is Amplitude's latest version of the Session Replay SDK for iOS.
Expand Down Expand Up @@ -44,14 +43,16 @@ amplitude.add(plugin: AmplitudeSwiftSessionReplayPlugin())

### Amplitude-iOS

1. Use target/subspec: `AmplitudeiOSSessionReplayMiddleware`
1. Make sure the Analytics SDK is on version 8.22.0 or higher

2. Use target/subspec: `AmplitudeiOSSessionReplayMiddleware`

2. Import the framework:
3. Import the framework:
```
import AmplitudeiOSSessionReplayMiddleware
```

3. Add the plugin to your Amplitude instance:
4. Add the plugin to your Amplitude instance:
```
amplitude.addEventMiddleware(AmplitudeiOSSessionReplayMiddleware())
```
Expand Down

0 comments on commit 8000abd

Please sign in to comment.