amplitude / amplitude/AmplitudeSessionReplay-iOS
Session Replays: dashboard is empty
- Vorherrschende Sprache
- Objective-C
- Sterne
- 3
- Forks
- 4
- Ø Merge
- 15 Std. 30 Min.
- Gemergte PRs (30 T.)
- 3
Beschreibung
## Expected Behavior
I should see the recorded sessions on the dashboard
## Current Behavior
The dashboard is empty and i'm getting this error in the Xcode consle:
```
Error: [StorageCoordinator] Failed to upload block file:///var/mobile/Containers/Data/Application/725D448F-E8AD-424C-AF73-416FEB9D40D5/Library/Application%20Support/com.amplitude.sessionreplay/f18ccdf553d28a4794706249bb383587/CA9152FD-6347-43BF-9976-5CB6C6F0BAAC_1727772540273_0.replay: Error Domain=NSCocoaErrorDomain Code=260 "The file “CA9152FD-6347-43BF-9976-5CB6C6F0BAAC_1727772540273_0.replay” couldn’t be opened because there is no such file." UserInfo={NSURL=file:///var/mobile/Containers/Data/Application/725D448F-E8AD-424C-AF73-416FEB9D40D5/Library/Application%20Support/com.amplitude.sessionreplay/f18ccdf553d28a4794706249bb383587/CA9152FD-6347-43BF-9976-5CB6C6F0BAAC_1727772540273_0.replay, NSFilePath=/var/mobile/Containers/Data/Application/725D448F-E8AD-424C-AF73-416FEB9D40D5/Library/Application Support/com.amplitude.sessionreplay/f18ccdf553d28a4794706249bb383587/CA9152FD-6347-43BF-9976-5CB6C6F0BAAC_1727772540273_0.replay, NSUnderlyingError=0x301610c00 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
```
## Steps to Reproduce
My current Implementation is:
```
import AmplitudeSwift
import AmplitudeSwiftSessionReplayPlugin
let amplitude = Amplitude(configuration: Configuration(apiKey: XXXX,
logLevel: .DEBUG,
autocapture: [.appLifecycles,
.sessions]))
amplitude.add(plugin: AmplitudeSwiftSessionReplayPlugin(sampleRate: 1))
```
And i have enabled the session replay from the dashboard settings
## Environment
I'm Using iOS SDK
- AmplitudeSessionReplay 0.0.2
- AmplitudeSwift 1.9.2
- AmplitudeSwiftSessionReplayPlugin (0.0.2)
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.