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
We upgraded Adjust SDK from v4.38.4 to v5.0.1 about 1.5 month ago. We have started getting occasional crashes on iOS 18 devices since we upgrade it. So far, we have encountered 25 crashes due to this issue. I attached pod versions and an example of the full stack trace message.
Could you please take a look to it?
PODS:
Adjust (5.0.1):
Adjust/Adjust (= 5.0.1)
Adjust/Adjust (5.0.1):
AdjustSignature (~> 3.18)
AdjustSignature (3.20.2)
Short crash explanation:
-[ADJRequestHandler signWithSigPluginWithMergedParameters:activityKind:clientSdk:urlHostString:]
Possible cause of the crash has been identified and fixed in version 3.35.1 of the Signature. Kindly update & let us know how it goes. Under SDKV5 & dependency managers, all you need to do is refresh your dependency manager and the latest stable Sig version (3.35.1) will be automatically pulled.
Changes & reasons for the behaviour seen:
The piece of code responsible has been running, in production, as stable since Feb. 2024 with no issues reported
New tests couldn't reproduce the problem even under iOS 18
Hence, likely the issue is due iOS runtime updates/alterations or specific edge cases. The fix introduced, guards against, even redundantly, any edge cases
Thanks a lot for your quick actions, we will prepare a release build which contains 3.35.1 of the Signature SDK. I will definitely let you know how it goes after the release.
Hi,
We upgraded Adjust SDK from v4.38.4 to v5.0.1 about 1.5 month ago. We have started getting occasional crashes on iOS 18 devices since we upgrade it. So far, we have encountered 25 crashes due to this issue. I attached pod versions and an example of the full stack trace message.
Could you please take a look to it?
PODS:
Short crash explanation:
-[ADJRequestHandler signWithSigPluginWithMergedParameters:activityKind:clientSdk:urlHostString:]
The text was updated successfully, but these errors were encountered: