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
Hey @ehyche,
Thanks for the point and clear explanation.
Looks like there is indeed a bug in the SDK, but this is the first time we have it noticed.
We can arrange the fix to be made to the SDK in 3-4 week due to our development capacity and processes. Will it work for you?
@ehyche Yes, thanks for the reminder. We already released the new version of SDK 1.4.15 yesterday with the bugfix and it is available from all distribution places listed in the documentation: https://docs.talkable.com/ios_sdk/getting_started.html.
Thanks for your contribution, we appreciate it.
We are seeing a crash in Crashlytics that looks like this:
The code in question is here:
and it does indeed look like if
[target isUsed]
returnsNO
, then we will mutate the_offerTargets
array while we are iterating it.The text was updated successfully, but these errors were encountered: