Skip to content

Commit

Permalink
Add signature privacy manifest link
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Oct 2, 2024
1 parent 61e314e commit e1fd7cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/content/docs/sdk/migration/cocos2dx/v4-to-v5.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,13 @@ To use the [SDK signature library](https://help.adjust.com/en/article/sdk-signat

1. Download the latest `adjust-android-signature.aar` from [the Adjust Signature library GitHub repository](https://github.com/adjust/adjust_signature_sdk/releases/latest).
1. Add the `.aar` to your Android Studio project.
1. [Enforce signature validation](https://help.adjust.com/en/article/sdk-signature#enforce-signature-validation) in Adjust.
1. [Provide your app's SHA-1 fingerprints](https://help.adjust.com/en/article/sdk-signature#manage-your-certificate-fingerprints) prior to testing.

### iOS apps

1. Download the latest `AdjustSigSdk-iOS-Static.a` from [the Adjust Signature library GitHub repository](https://github.com/adjust/adjust_signature_sdk/releases/latest).
1. Link the `.a` in your Xcode project.
1. [Enforce signature validation](https://help.adjust.com/en/article/sdk-signature#enforce-signature-validation) in Adjust.
1. Add the [Signature library privacy manifest](https://github.com/adjust/adjust_signature_sdk/blob/main/Resources/iOS/PrivacyInfo.xcprivacy) properties to your app's privacy manifest.

## Update your app's privacy manifest (iOS only) {% #update-privacy-manifest %}

Expand Down

0 comments on commit e1fd7cd

Please sign in to comment.