Skip to content

Commit

Permalink
[signature] [unity] Reflect SDK v5 influence
Browse files Browse the repository at this point in the history
  • Loading branch information
dimim committed Jan 21, 2025
1 parent cf871c3 commit 80501a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@ If you previously used Signature v1 or Signature v2, you first need to remove th

### Updating the Signature Library {#updating-the-signature-library}

To update the Adjust Signature library, replace the existing Signature library with a new version and rerun your tests. You don't need to make any immediate changes to your app logic or settings in Adjust as long as your [certificates are configured and haven't been altered](https://help.adjust.com/en/article/sdk-signature#manage-your-certificate-fingerprints). Remember to [deactivate your secret IDs if they meet the following criteria](https://help.adjust.com/en/article/sdk-signature#manage-your-secret-ids):
To update the Adjust Signature library, replace the existing Signature library by integrating a new version or updating SDK v5's version and rerun your tests. You don't need to make any immediate changes to your app logic or settings in Adjust as long as your [certificates are configured and haven't been altered](https://help.adjust.com/en/article/sdk-signature#manage-your-certificate-fingerprints). Remember to [deactivate your secret IDs if they meet the following criteria](https://help.adjust.com/en/article/sdk-signature#manage-your-secret-ids):

- 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 and [External Dependency Manager for Unity (EDM4U)](https://github.com/googlesamples/unity-jar-resolver).

</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 @@ -45,22 +45,22 @@ If you previously used Signature v1 or Signature v2, you first need to remove th

### Updating the Signature Library {#updating-the-signature-library}

To update the Adjust Signature library, replace the existing Signature library with a new version and rerun your tests. You don't need to make any immediate changes to your app logic or settings in Adjust as long as your [certificates are configured and haven't been altered](https://help.adjust.com/en/article/sdk-signature#manage-your-certificate-fingerprints). Remember to [deactivate your secret IDs if they meet the following criteria](https://help.adjust.com/en/article/sdk-signature#manage-your-secret-ids):
To update the Adjust Signature library, replace the existing Signature library by integrating a new version or updating SDK v5's version and rerun your tests. You don't need to make any immediate changes to your app logic or settings in Adjust as long as your [certificates are configured and haven't been altered](https://help.adjust.com/en/article/sdk-signature#manage-your-certificate-fingerprints). Remember to [deactivate your secret IDs if they meet the following criteria](https://help.adjust.com/en/article/sdk-signature#manage-your-secret-ids):

- 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 and [External Dependency Manager for Unity (EDM4U)](https://github.com/googlesamples/unity-jar-resolver).

</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 80501a0

Please sign in to comment.