swift-sdk
swift-sdk copied to clipboard
Iterable's iOS SDK. Receive and track pushes to Iterable from your iOS app.
Hello, Getting a number of user crashes in the wild in `InAppManager.finishSync()` on SDK version 6.4.7, when trying to access the ordered dictionary of messages to persist them. This was...
## 🔹 Jira Ticket(s) * [MOB-8655](https://iterable.atlassian.net/browse/MOB-8655) * [MOB-8652](https://iterable.atlassian.net/browse/MOB-8652) ## ✏️ Description > This pull request merges anonymous user tracking (AUT) code into main branch.. [MOB-8655]: https://iterable.atlassian.net/browse/MOB-8655?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [MOB-8652]: https://iterable.atlassian.net/browse/MOB-8652?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
## 🔹 Jira Ticket(s) * [MOB-9052](https://iterable.atlassian.net/browse/MOB-9052) ## ✏️ Description > This pull request adds a return statement after the anonymous track call to prevent request handler from being called. [MOB-9052]:...
## ✏️ Description > Fix some criteria match scenaros
## 🔹 Jira Ticket(s) * [MOB-8537](https://iterable.atlassian.net/browse/MOB-8537) ## ✏️ Description > This pull request updates the action runner to check if protocol is allowed before checking if url can be handled...
## 🔹 Jira Ticket(s) * [MOB-7980](https://iterable.atlassian.net/browse/MOB-7980) ## ✏️ Description > Please provide a brief description of what this pull request does. [MOB-7980]: https://iterable.atlassian.net/browse/MOB-7980?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
## 🔹 Jira Ticket(s) * [MOB-8446](https://iterable.atlassian.net/browse/MOB-8446) ## ✏️ Description > Please provide a brief description of what this pull request does. [MOB-8446]: https://iterable.atlassian.net/browse/MOB-8446?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
We're running the Runtime API checker of `Main Thread Checker` and `Thread Performance Checker` and getting some Iterable failures in the logs. Can you take a look at addressing this...
Hello, I would like to configure Iterable SDK to make `getMessages` call only once per day. I've read the [documentation](https://support.iterable.com/hc/en-us/articles/360035018152-Iterable-s-iOS-SDK) I also went through `IterableConfig` but I don't see this...
Hi, when I run my project with `ThreadSanitizer`, `Xcode` has discovered a Swift access race issue in `IterableSDK.Pending.onSuccess` function. I am using `Iterable` with version `6.5.2`. It seems to happen...