[SDK-709]: Bump native SDK pins to Android 3.10.1 and iOS 6.7.5 - #898
Open
jferrao-itrbl wants to merge 1 commit into
Open
[SDK-709]: Bump native SDK pins to Android 3.10.1 and iOS 6.7.5#898jferrao-itrbl wants to merge 1 commit into
jferrao-itrbl wants to merge 1 commit into
Conversation
Pick up native JWT, WorkManager, and identity fixes without changing the RN public API. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Coverage Impact This PR will not change total coverage. 🚦 See full report on Qlty Cloud »🛟 Help
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Pick up native JWT, WorkManager, and identity fixes without changing the RN public API.
📝 Summary
com.iterable:iterableapi3.6.2 → 3.10.1, iOSIterable-iOS-SDK6.6.7 → 6.7.5.CHANGELOG.md(Unreleased):androidx.work:work-runtime:2.9.0transitively (WorkManager since native 3.7.0). No app code change required.register(token:)(Iterable.registerDeviceToken) now requires a current user. A call beforesetEmail/setUserIddoes not send the register request; the JS method is fire-and-forget and does not surface that failure.Out of scope: JSON-only ack,
InAppResponse.DEFER/resumeInAppDisplay(), unknown-user activation,IterableInAppDisplayMode,lastAuthTokenState, embedded sync success/failure callbacks, README version-mapping row (published 3.1.0 still shipped 3.6.2 / 6.6.7).🎟️ Jira Ticket: SDK-709
🧪 How to test?
com.iterable:iterableapi:3.10.1(example/androiddebug runtime classpath)pod installinstallsIterable-iOS-SDK (6.7.5)yarn test(585 passing),yarn typecheck,yarn lintauthHandler(including re-init / Android retry-policy reflection)registerDeviceTokenbefore vs aftersetEmail/setUserId