Iterable / iterable-swift-sdk

Iterable's iOS SDK. Receive and track pushes to Iterable from your iOS app.
https://iterable.com/
MIT License
87 stars 74 forks source link

Thread sanitizer issue #840

Open woosiki-prestolabs opened 1 week ago

woosiki-prestolabs commented 1 week ago

I tried to check our project using Thread sanitizer and I found issue from IterableSDK.

woosiki-prestolabs commented 2 days ago

Could you check this?

Ayyanchira commented 2 days ago

Hi @woosiki-prestolabs , thanks for reporting this issue. We will definitely take a look. Meanwhile, would you be able to provide additional steps to reproduce this scenario:

Is the user already logged in? Or logging in first time? Is it reproducbile everytime just by calling setUserID with jwt or does it follow certain behavior? And also, have you tried IterableAuthDelegate to try to pass jwt instead of using setUserID?

Let us know. Thanks.