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(adjust): add support for sdk signature #172

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

youedd
Copy link

@youedd youedd commented Apr 28, 2023

Why

To implement Adjust SDK Signature, the Adjust team generates and provides two custom libraries that need to be integrated in the iOS and Android native projects.

This PR aims to add support for that.

How

if the sdk signature library path is specified:

iOS

  • copy the sdk signature framework to the ios project folder
  • embed and sign the sdk signature framework

Android

  • copy the sdk signature aar to android/app/libs
  • add required ndk.abiFilters
  • add aar file as a dependency

Test Plan

Tested locally on an existing project

image
image
image
image

@smisaacs
Copy link

smisaacs commented Aug 1, 2024

anyone have a chance to look at this?

@naveen-adss
Copy link

@youedd could you rebase your branch with latest main ? Also a nit pick fix is to correct the indentation that is being seen in your screenshots to make things look clean.

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