You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
@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):
If calling the FlurryWatch.logWatchEvent on page load (awake(withContext context: Any?) or willActivate() method), the crash happens intermittently.
If calling the FlurryWatch.logWatchEvent on button click event, it works fine.
If the watch app was created as the combined WatchApp (developed with SwiftUI):
If calling the FlurryWatch.logWatchEvent on page load (onAppear method), it works fine.
If calling the FlurryWatch.logWatchEvent on button click event, 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
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.
The text was updated successfully, but these errors were encountered: