Skip to content

Commit

Permalink
Fix header numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Oct 1, 2024
1 parent 5668177 commit 4262d5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/content/docs/sdk/ios/v5/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Adjust.initSdk(adjustConfig);
</Tab>
</Tabs>

## 5. Initialize the Adjust SDK {#initialize-the-adjust-sdk}
## 6. Initialize the Adjust SDK {#initialize-the-adjust-sdk}

To initialize the Adjust SDK, you need to create a config object. This object contains configuration options that control how the Adjust SDK behaves. Pass the following arguments for a minimal setup:

Expand Down Expand Up @@ -323,17 +323,17 @@ func willResignActive(with conversation: MSConversation) {
</Tab>
</Tabs>

## 6. Configure the Adjust SDK {#configure-the-adjust-sdk}
## 7. Configure the Adjust SDK {#configure-the-adjust-sdk}

Once you've added your config object and initialization logic, you can configure the Adjust SDK to record information about different parts of your app. Check out the [configuration reference](/en/sdk/ios/configuration) and [feature guides](/en/sdk/ios/features) to set up exactly what you want to record.

## 7. Test the Adjust SDK {#test-the-adjust-sdk}
## 8. Test the Adjust SDK {#test-the-adjust-sdk}

Now that you've configured the Adjust SDK to record information about your app, it's time to test it. Adjust offers a [testing console](https://help.adjust.com/en/article/testing-console) and a [Device API](https://help.adjust.com/en/article/device-api) to help you test your app.

Follow the [testing guide](https://help.adjust.com/en/article/test-the-adjust-sdk) to make sure Adjust receives the expected values back from your app.

## 8. Build your app for production {#build-your-app-for-production}
## 9. Build your app for production {#build-your-app-for-production}

Once you've finished your testing, you can build your app for production. To do this, you need to update your config object.

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/sdk/react-native/v5/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ The Adjust SDK is able to get extra information when you include certain iOS fra
| **StoreKit.framework** | This framework is needed to access the SKAdNetwork framework and for the Adjust SDK to andle communication with it automatically in iOS 14 or later. | |
| **AppTrackingTransparency.framework** | This framework is needed in iOS 14 and later for the SDK to be able to wrap he user ATT consent dialog and access the user’s consent response. | If your app is targeting the "Kids" category, you shouldn't implement this framework. |

## 7. Set up SDK Signature {#set-up-sdk-signature}
## 6. Set up SDK Signature {#set-up-sdk-signature}

SDK v5 includes the [SDK signature library](https://help.adjust.com/en/article/sdk-signature). Follow the testing guide for [iOS](/en/sdk/ios/integrations/signature-library#test-your-app) and [Android](/en/sdk/android/integrations/signature-library#test-your-app) to ensure your integration works.

Expand All @@ -210,7 +210,7 @@ Signature protection is inactive by default. To enable it, you need to:
1. [Enforce signature validation](https://help.adjust.com/en/article/sdk-signature#enforce-signature-validation).
2. [Provide your app's SHA-1 fingerprints](https://help.adjust.com/en/article/sdk-signature#manage-your-certificate-fingerprints) prior to testing.

## 8. Test your integration {#test-your-integration}
## 7. Test your integration {#test-your-integration}

The Adjust SDK provides tools for testing and troubleshooting issues with your integration. To test your setup:

Expand Down

0 comments on commit 4262d5f

Please sign in to comment.