Open evgzor opened 1 year ago
Getting the same issue.
Thank you for reporting the issue. We're investigating to find a resolution. I have not yet reproduced the crash.
-Are you able to reproduce this on a simulator or only a physical device?
Only physical devices. Its not reproduced on simulators.
@flurrydev Hello, here are some more findings for this crash. Hope it can helps your investigation. If the watch app was created as WatchApp and WatchAppExtension separately (developed with Storyboard):
awake(withContext context: Any?)
or willActivate()
method), the crash happens intermittently.If the watch app was created as the combined WatchApp (developed with SwiftUI):
onAppear
method), it works fine.Note: The one with WatchApp and WatchAppExtension separately was an old test project created in 2021. While the one with combined WatchApp was newly created with Xcode 15.
The Environments in my case: Flurry SDK: 12.1.4 Xcode: 15.0 iOS: 17.0.2 WatchOS: 10.0.1
@flurrydev Hello, just to follow up on this issue. Any further updates?
Describe the bug FlurryWatch.logWatchEvent( crashing on apple watchOs 10.x
This Bug is About Please choose the closest item by replacing
[ ]
with[x]
.Platform Please choose the platform(s) that you are having the issue by replacing
[ ]
with[x]
.Environment Please tell us the versions of Flurry SDK, XCode, and iOS you are using.
To Reproduce Steps to reproduce the behavior:
Screenshots
Additional context Are you using Flurry Push/Messaging? No (iOS) Are you using CocoaPods or manual binary integration? Yes / No
Add any other context about the problem here.