swift-sdk
swift-sdk copied to clipboard
Iterable's iOS SDK. Receive and track pushes to Iterable from your iOS app.
Preconditions: * Following the documentation: https://support.iterable.com/hc/en-us/articles/23061840746900-Embedded-Messages-with-Iterable-s-iOS-SDK#step-4-configure-the-sdk; * `config.enableEmbeddedMessaging` is set to false; * `email` and `userId` are `nil`; * SDK v 6.5.7 Expectation: InAppMessages are not being fetched. Result: Receiving...
This was unexpected on a minor version. From the change log: ``` Updated the method onTokenRegistrationFailed(_ reason: String?) to onAuthFailure(_ authFailure: AuthFailure). The new AuthFailure object provides more detailed information...
We're using the React Native SDK and our latest builds are failing with the following error: ``` ❌ (node_modules/@iterable/react-native-sdk/ios/RNIterableAPI/ReactIterableAPI.swift:651:1) 649 | } 650 | > 651 | extension ReactIterableAPI: IterableAuthDelegate...
Hi Team, We've been running CodeQL scans regularly on our code base and have encountered an issue that I believe needs attention from the maintainers. **Problem** During our latest scan,...