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
Hi @maximbilan - Is it possible you are seeing these crashes with a previous version of the SDK? We fixed a crash (see #178) with the same stack trace in 1.6.1. Note that your provided stack trace and referenced symbol are different: WKExtension.applicationDidEnterBackgroundNotification vs WKApplication.didEnterBackgroundNotification.
Hi @maximbilan - Is it possible you are seeing these crashes with a previous version of the SDK? We fixed a crash (see #178) with the same stack trace in 1.6.1. Note that your provided stack trace and referenced symbol are different: WKExtension.applicationDidEnterBackgroundNotification vs WKApplication.didEnterBackgroundNotification.
Oh, right. Sorry for the false alert. Yeah, my crash log from the app with Amplitude SDK 1.6.0.
Description
WKExtension.applicationDidEnterBackgroundNotification
can't be found inWatchKit
for watchOS 8. The app crashes on loading frameworks.Crashlog
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: