Release 6.17.9#679
Draft
al-af wants to merge 21 commits into
Draft
Conversation
Avoids linting the example project, which is not part of the main application's codebase and often has different requirements.
Commits the Gradle wrapper (`gradlew` and `gradlew.bat`) to the repository, eliminating the need to generate them dynamically in CI workflows. This change improves build reliability and consistency across different environments.
Migrates the npm publish steps in the production and RC release workflows to use OpenID Connect (OIDC) for authentication. This removes the reliance on a long-lived npm token secret, improving security by leveraging short-lived, ephemeral credentials.
Refactors and expands the React Native E2E test suite (v1.0.0 to v1.1.0) with more granular validation for critical SDK functionalities. Key enhancements include: * Detailed checks for cold launch, background/foreground deep links, custom events with rich parameters, and identity API round-trips. * A comprehensive test for the `stop()` API, verifying event suppression and resumption. * Updates the example app (`App.tsx`) and adds `getCustomerUserId` to native/JS interfaces to enable these new test scenarios. This significantly improves pre-publish validation and overall plugin reliability.
Resets device identifiers (Android ID) or privacy settings (iOS simulator) when a fresh install is required. This ensures the AppsFlyer server treats the device as truly new, allowing for accurate `is_first_launch` reporting and reliable attribution testing.
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.
Release 6.17.9
This PR was opened by the RC workflow.