From 8000abd16bf7cdc96d82a347e6b0d36dee538eb9 Mon Sep 17 00:00:00 2001 From: Izaaz Yunus Date: Tue, 29 Oct 2024 09:58:27 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 386692f..9e64db4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@

-# ⚠️ Pre-release (ALPHA) ⚠️ # AmplitudeSessionReplay-iOS This is Amplitude's latest version of the Session Replay SDK for iOS. @@ -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()) ```