@@ -43,7 +43,7 @@ Add the dependency to the `pubspec.yaml` file in your project:
4343
4444``` yaml
4545dependencies :
46- stack_appodeal_flutter : 3.1.3
46+ stack_appodeal_flutter : 3.2.0-beta.1
4747` ` `
4848
4949Install the plugin by running the command below in the terminal:
@@ -61,29 +61,49 @@ $ flutter pub get
6161source ' https://github.com/appodeal/CocoaPods.git'
6262source ' https://cdn.cocoapods.org/'
6363
64- platform :ios , ' 12.0'
64+ platform :ios , ' 13.0'
65+
66+ use_frameworks!
6567
6668def appodeal
67- pod ' APDAdColonyAdapter' , ' 3.1.3.0'
68- pod ' BidMachineAdColonyAdapter' , ' ~> 2.3.0.0'
69- pod ' APDAppLovinAdapter' , ' 3.1.3.0'
70- pod ' APDBidMachineAdapter' , ' 3.1.3.0' # Required
71- pod ' BidMachineMintegralAdapter' , ' ~> 2.3.0.0'
72- pod ' BidMachineAmazonAdapter' , ' ~> 2.3.0.0'
73- pod ' BidMachineCriteoAdapter' , ' ~> 2.3.0.0'
74- pod ' BidMachineSmaatoAdapter' , ' ~> 2.3.0.0'
75- pod ' BidMachineTapjoyAdapter' , ' ~> 2.3.0.0'
76- pod ' BidMachinePangleAdapter' , ' ~> 2.3.0.0'
77- pod ' APDGoogleAdMobAdapter' , ' 3.1.3.0'
78- pod ' APDIronSourceAdapter' , ' 3.1.3.0'
79- pod ' APDMetaAudienceNetworkAdapter' , ' 3.1.3.0'
80- pod ' BidMachineMetaAudienceAdapter' , ' ~> 2.3.0.0'
81- pod ' APDMyTargetAdapter' , ' 3.1.3.0'
82- pod ' BidMachineMyTargetAdapter' , ' ~> 2.3.0.0'
83- pod ' APDUnityAdapter' , ' 3.1.3.0'
84- pod ' APDVungleAdapter' , ' 3.1.3.0'
85- pod ' BidMachineVungleAdapter' , ' ~> 2.3.0.0'
86- pod ' APDYandexAdapter' , ' 3.1.3.0'
69+ pod ' Appodeal' , ' 3.2.0-beta.1'
70+ pod ' APDAdColonyAdapter' , ' 3.2.0.0-beta.1'
71+ pod ' BidMachineAdColonyAdapter' , ' ~> 2.3.0'
72+ pod ' APDAppLovinAdapter' , ' 3.2.0.0-beta.1'
73+ pod ' BidonAdapterAppLovin' , ' ~> 0.4'
74+ pod ' APDBidMachineAdapter' , ' 3.2.0.0-beta.1' # Required
75+ pod ' BidMachineAmazonAdapter' , ' ~> 2.3.0'
76+ pod ' BidMachineCriteoAdapter' , ' ~> 2.3.0'
77+ pod ' BidMachineSmaatoAdapter' , ' ~> 2.3.0'
78+ pod ' BidMachineTapjoyAdapter' , ' ~> 2.3.0'
79+ pod ' BidMachinePangleAdapter' , ' ~> 2.3.0'
80+ pod ' APDBidonAdapter' , ' 3.2.0.0-beta.1' # Required
81+ pod ' BidonAdapterBidMachine' , ' ~> 0.4'
82+ pod ' APDBigoAdsAdapter' , ' 3.2.0.0-beta.1'
83+ pod ' BidonAdapterBigoAds' , ' ~> 0.4'
84+ pod ' APDDTExchangeAdapter' , ' 3.2.0.0-beta.1'
85+ pod ' BidonAdapterDTExchange' , ' ~> 0.4'
86+ pod ' APDGoogleAdMobAdapter' , ' 3.2.0.0-beta.1'
87+ pod ' BidonAdapterGoogleMobileAds' , ' ~> 0.4'
88+ pod ' APDIABAdapter' , ' 3.2.0.0-beta.1' # Required
89+ pod ' APDInMobiAdapter' , ' 3.2.0.0-beta.1'
90+ pod ' BidonAdapterInMobi' , ' ~> 0.4'
91+ pod ' APDIronSourceAdapter' , ' 3.2.0.0-beta.1'
92+ pod ' APDMetaAudienceNetworkAdapter' , ' 3.2.0.0-beta.1'
93+ pod ' BidMachineMetaAudienceAdapter' , ' ~> 2.3.0'
94+ pod ' BidonAdapterMetaAudienceNetwork' , ' ~> 0.4'
95+ pod ' APDMintegralAdapter' , ' 3.2.0.0-beta.1'
96+ pod ' BidMachineMintegralAdapter' , ' ~> 2.3.0'
97+ pod ' BidonAdapterMintegral' , ' ~> 0.4'
98+ pod ' APDMyTargetAdapter' , ' 3.2.0.0-beta.1'
99+ pod ' BidMachineMyTargetAdapter' , ' ~> 2.3.0'
100+ pod ' APDStackCrashReporterAdapter' , ' 3.2.0.0-beta.1'
101+ pod ' APDUnityAdapter' , ' 3.2.0.0-beta.1'
102+ pod ' BidonAdapterUnityAds' , ' ~> 0.4'
103+ pod ' APDVungleAdapter' , ' 3.2.0.0-beta.1'
104+ pod ' BidMachineVungleAdapter' , ' ~> 2.3.0'
105+ pod ' BidonAdapterVungle' , ' ~> 0.4'
106+ pod ' APDYandexAdapter' , ' 3.2.0.0-beta.1'
87107end
88108
89109target ' Runner' do
@@ -118,7 +138,7 @@ dictionary in your `Info.plist`.
118138<details >
119139 <summary >There is SKAdNetworks IDs in Info.plist format</summary >
120140
121- ``` xml
141+ ``` xml
122142<key >SKAdNetworkItems</key >
123143<array >
124144 <dict >
@@ -725,10 +745,6 @@ dictionary in your `Info.plist`.
725745 <key >SKAdNetworkIdentifier</key >
726746 <string >mqn7fxpca7.skadnetwork</string >
727747 </dict >
728- <dict >
729- <key >SKAdNetworkIdentifier</key >
730- <string >r26jy69rpl.skadnetwork</string >
731- </dict >
732748 <dict >
733749 <key >SKAdNetworkIdentifier</key >
734750 <string >633vhxswh4.skadnetwork</string >
@@ -925,6 +941,10 @@ dictionary in your `Info.plist`.
925941 <key >SKAdNetworkIdentifier</key >
926942 <string >cad8qz2s3j.skadnetwork</string >
927943 </dict >
944+ <dict >
945+ <key >SKAdNetworkIdentifier</key >
946+ <string >r26jy69rpl.skadnetwork</string >
947+ </dict >
928948 <dict >
929949 <key >SKAdNetworkIdentifier</key >
930950 <string >jb7bn6koa5.skadnetwork</string >
@@ -1013,6 +1033,10 @@ dictionary in your `Info.plist`.
10131033 <key >SKAdNetworkIdentifier</key >
10141034 <string >z4gj7hsk7h.skadnetwork</string >
10151035 </dict >
1036+ <dict >
1037+ <key >SKAdNetworkIdentifier</key >
1038+ <string >bd757ywx3.skadnetwork</string >
1039+ </dict >
10161040 <dict >
10171041 <key >SKAdNetworkIdentifier</key >
10181042 <string >33r6p7g8nc.skadnetwork</string >
@@ -1023,7 +1047,6 @@ dictionary in your `Info.plist`.
10231047 </dict >
10241048</array >
10251049```
1026-
10271050</details >
10281051
10291052##### App Transport Security
@@ -1092,11 +1115,12 @@ Add dependencies into `build.gradle` (module: app)
10921115dependencies {
10931116 ...
10941117 // ... other project dependencies
1095- implementation ('com.appodeal.ads:sdk:3.1.3.+ ') {
1118+ implementation ('com.appodeal.ads:sdk:3.2.0.0-beta.1 ') {
10961119 exclude group: 'com.appodeal.ads.sdk.services', module: 'adjust'
10971120 exclude group: 'com.appodeal.ads.sdk.services', module: 'appsflyer'
10981121 exclude group: 'com.appodeal.ads.sdk.services', module: 'firebase'
10991122 exclude group: 'com.appodeal.ads.sdk.services', module: 'facebook_analytics'
1123+ exclude group: 'com.appodeal.ads.sdk.services', module: 'stack_analytics'
11001124 }
11011125 ...
11021126}
@@ -1109,7 +1133,7 @@ allprojects {
11091133 repositories {
11101134 ...
11111135 jcenter()
1112- maven { url "https://artifactory.appodeal.com/appodeal" }
1136+ maven { url "https://artifactory.appodeal.com/appodeal-beta-public " }
11131137 ...
11141138 }
11151139}
@@ -1177,7 +1201,7 @@ Add dependencies into build.gradle (module: app)
11771201``` groovy
11781202dependencies {
11791203 // ... other project dependencies
1180- implementation 'com.appodeal.ads.sdk.services:adjust:3.1.3.0 '
1204+ implementation 'com.appodeal.ads.sdk.services:adjust:3.2.0.0-beta.1 '
11811205}
11821206```
11831207
@@ -1186,7 +1210,7 @@ Add dependencies into _Podfile_
11861210``` ruby
11871211def appodeal
11881212 // ... other project pods
1189- pod ' APDAdjustAdapter' , ' 3.1.3.0 '
1213+ pod ' APDAdjustAdapter' , ' 3.2.0.0-beta.1 '
11901214end
11911215```
11921216
@@ -1197,7 +1221,7 @@ Add dependencies into build.gradle (module: app)
11971221``` groovy
11981222dependencies {
11991223 // ... other project dependencies
1200- implementation 'com.appodeal.ads.sdk.services:appsflyer:3.1.3.0 '
1224+ implementation 'com.appodeal.ads.sdk.services:appsflyer:3.2.0.0-beta.1 '
12011225}
12021226```
12031227
@@ -1206,7 +1230,7 @@ Add dependencies into _Podfile_
12061230``` ruby
12071231def appodeal
12081232 // ... other project pods
1209- pod ' APDAppsFlyerAdapter' , ' 3.1.3.0 '
1233+ pod ' APDAppsFlyerAdapter' , ' 3.2.0.0-beta.1 '
12101234end
12111235```
12121236
@@ -1217,7 +1241,7 @@ Add dependencies into build.gradle (module: app)
12171241``` groovy
12181242dependencies {
12191243 // ... other project dependencies
1220- implementation 'com.appodeal.ads.sdk.services:firebase:3.1.3.0 '
1244+ implementation 'com.appodeal.ads.sdk.services:firebase:3.2.0.0-beta.1 '
12211245}
12221246```
12231247
@@ -1226,7 +1250,7 @@ Add dependencies into _Podfile_
12261250``` ruby
12271251def appodeal
12281252 // ... other project pods
1229- pod ' APDFirebaseAdapter' , ' 3.1.3.0 '
1253+ pod ' APDFirebaseAdapter' , ' 3.2.0.0-beta.1 '
12301254end
12311255```
12321256
@@ -1237,7 +1261,7 @@ Add dependencies into build.gradle (module: app)
12371261``` groovy
12381262dependencies {
12391263 // ... other project dependencies
1240- implementation 'com.appodeal.ads.sdk.services:facebook_analytics:3.1.3.0 '
1264+ implementation 'com.appodeal.ads.sdk.services:facebook_analytics:3.2.0.0-beta.1 '
12411265}
12421266```
12431267
@@ -1246,7 +1270,7 @@ Add dependencies into _Podfile_
12461270``` ruby
12471271def appodeal
12481272 // ... other project pods
1249- pod ' APDFacebookAdapter' , ' 3.1.3.0 '
1273+ pod ' APDFacebookAdapter' , ' 3.2.0.0-beta.1 '
12501274end
12511275```
12521276
0 commit comments