Skip to content

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