Closed revolter closed 6 years ago
Hi @revolter , thank you so much for your very detailed bug report. We have been unable to reproduce this bug.
Are you still encountering it in the latest version of the SDK?
I'll be closing this issue due to inactivity, but if you are still encountering it in the latest version, please feel free to respond.
I receive a lot of crashes in Fabric and today it happened locally with Address Sanitizer enabled. It crashed when trying to start speech recognition using Nuance, so even though it makes no sense, it looks like
-[OneSignalTrackIAP productsRequest:didReceiveResponse:]
was called by it.Here is the report:
And some commands I ran:
The actual line that crashed is:
where the properties are:
Here is a screenshot of the Debug navigator:
where the long, truncated line is:
and I guess that the
___lldb_unnamed_symbol
s represent the-[OneSignalTrackIAP productsRequest:didReceiveResponse:]
method.I'm using the
OneSignal
Cocoapod version2.5.4
.