Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
📚 Updated installation links
Browse files Browse the repository at this point in the history
  • Loading branch information
vegidio committed Jun 26, 2021
1 parent f22e20c commit e598d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit e598d63

Please sign in to comment.