Skip to content

Commit

Permalink
wip! [signature] [unity] Reflect SDK v5 influence
Browse files Browse the repository at this point in the history
  • Loading branch information
dimim committed Jan 20, 2025
1 parent 87d344c commit f7e01f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@ To update the Adjust Signature library, replace the existing Signature library w
- They're no longer contributing to your install reporting.
- You've fully released a new version of your app (across all app platforms and stores).

## Integrate the signature library (SDK v4 only) {#integrate-the-signature-library}
## Integrate the signature library {#integrate-the-signature-library}

<Callout type="note">

Adjust SDK v5 supports SDK signature verification natively. If you previously integrated the SDK signature library, you should uninstall it and remove all related code.
This step can be skipped if using SDK v5, as the Signature library is bundled by default for the majority of cases. Proceed only if prompted by the SDK or if a specific version is required.

</Callout>

Follow these steps to integrate the Signature library in your Unity project.

1. Fetch the [Signature library content from GitHub](https://github.com/adjust/adjust_signature_sdk/releases/latest).
1. Fetch from GitHub the [latest Stable](https://github.com/adjust/adjust_signature_sdk/releases/latest) or [Beta]((https://github.com/adjust/adjust_signature_sdk/releases)) version.
2. Place the Android archive (`.aar`) file in the `Assets/Adjust/Android` directory inside your Unity project.
3. Place the iOS static framework (`.a`) in the `Assets/Adjust/iOS` directory inside your Unity project.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@ To update the Adjust Signature library, replace the existing Signature library w
- They're no longer contributing to your install reporting.
- You've fully released a new version of your app (across all app platforms and stores).

## Integrate the signature library (SDK v4 only) {#integrate-the-signature-library}
## Integrate the signature library {#integrate-the-signature-library}

<Callout type="note">

Adjust SDK v5 supports SDK signature verification natively. If you previously integrated the SDK signature library, you should uninstall it and remove all related code.
This step can be skipped if using SDK v5, as the Signature library is bundled by default for the majority of cases. Proceed only if prompted by the SDK or if a specific version is required.

</Callout>

Follow these steps to integrate the Signature library in your Unity project.

1. Fetch the [Signature library content from GitHub](https://github.com/adjust/adjust_signature_sdk/releases/latest).
1. Fetch from GitHub the [latest Stable](https://github.com/adjust/adjust_signature_sdk/releases/latest) or [Beta]((https://github.com/adjust/adjust_signature_sdk/releases)) version.
2. Place the Android archive (`.aar`) file in the `Assets/Adjust/Android` directory inside your Unity project.
3. Place the iOS static framework (`.a`) in the `Assets/Adjust/iOS` directory inside your Unity project.

Expand Down

0 comments on commit f7e01f1

Please sign in to comment.