diff --git a/README.md b/README.md index ad2d326..894dbc5 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ dependencies: $ flutter pub get ``` -3. Follow the Appodeal installation instructions available for [iOS](https://wiki.appodeal.com/en/ios/2-9-1-ios-sdk-integration-guide) and [Android](https://wiki.appodeal.com/en/android/2-9-1-android-sdk-integration-guide). However, ignore the steps to include the Appodeal SDK dependencies in Gradle (Android) and Cocoapods (iOS) since these steps will be done by this package. +3. Follow the Appodeal installation instructions available for [iOS](https://wiki.appodeal.com/en/ios/get-started) and [Android](https://wiki.appodeal.com/en/android/get-started). However, ignore the steps to include the Appodeal SDK dependencies in Gradle (Android) and Cocoapods (iOS) since these steps will be done by this package. ### Extra steps for Android only @@ -35,7 +35,7 @@ $ flutter pub get ### Extra step for iOS 14+ only -4. Follow the instructions available [here](https://wiki.appodeal.com/en/ios/ios-14-network-support) to learn how to implement the permission request to track users, but ignore the part to include some code in the `AppDelegate` file. This code is already included in this plugin and it will be executed when you call the function `Appodeal.requestIOSTrackingAuthorization()`, before the initialization of Appodeal (see below). +4. Follow the instructions available [here](https://wiki.appodeal.com/en/ios/get-started/data-protection/app-tracking-transparency) to learn how to implement the permission request to track users, but ignore the part to include some code in the `AppDelegate` file. This code is already included in this plugin and it will be executed when you call the function `Appodeal.requestIOSTrackingAuthorization()`, before the initialization of Appodeal (see below). ### If you don't use AdMob