Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update to Partner latest version 5.0.0 #98

Merged

Conversation

Mansi-mParticle
Copy link
Contributor

@Mansi-mParticle Mansi-mParticle commented Aug 28, 2024

Instructions

  1. PR target branch should be against development
  2. PR title name should follow this format: https://github.com/mParticle/mparticle-workflows/blob/main/.github/workflows/pr-title-check.yml
  3. PR branch prefix should follow this format: https://github.com/mParticle/mparticle-workflows/blob/main/.github/workflows/pr-branch-check-name.yml

Summary

  • Update Adjust kit to version 5.0.0 (latest version)
  • Update onCreate method to initSdkmethod
  • Update setOnDeeplinkResponseListener method to setOnDeferredDeeplinkResponseListener
  • setEnabled has been removed in version 5.0.0. Adjust.enable() and Adjust.disable() methods have been implemented as replacements.
  • Removed Adjust.onResume() and Adjust.onPause() methods, as ActivityLifecycleCallbacks functionality is handled by the Adjust SDK.
  • adid methods have been updated to run asynchronously in the latest version, and their signatures have been modified.
  • adid property has been removed from the AdjustAttribution class.
  • fromJson method has been removed from AdjustAttribution class.
  • setEventBufferingEnabled method has been removed.
  • Changed Minimum SDK to 21

Testing Plan

  • Was this tested locally? If not, explain why.
  • Ran unit tests and verified functionality with sample application

Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)

Copy link
Contributor

@BrandonStalnaker BrandonStalnaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Mansi-mParticle Mansi-mParticle merged commit bf5e60f into development Aug 28, 2024
16 checks passed
@Mansi-mParticle Mansi-mParticle deleted the feat/SQDSDKS-6610-update-to-version-5.0.0 branch August 28, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants