You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+63-65Lines changed: 63 additions & 65 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Official Appodeal Flutter Plugin for your Flutter application.
4
4
5
-
## Appodeal SDK 3.3.3
5
+
## Appodeal SDK 3.3.3.1
6
6
7
7
-**Google CMP and TCF v2 Support**
8
8
- To enhance the relevance of ads for your users and comply with regulations like GDPR and CCPA,
@@ -57,7 +57,7 @@ Add the dependency to the `pubspec.yaml` file in your project:
57
57
58
58
```yaml
59
59
dependencies:
60
-
stack_appodeal_flutter: 3.3.3
60
+
stack_appodeal_flutter: 3.3.3+1
61
61
```
62
62
63
63
Install the plugin by running the command below in the terminal:
@@ -69,9 +69,9 @@ $ flutter pub get
69
69
#### iOS
70
70
71
71
> [!IMPORTANT]
72
-
> - iOS 12.0 or higher. You still can integrate Appodeal SDK into a project with a lower value of minimum iOS version. However, on devices that don't support iOS 12.0+ our SDK will just be disabled.
72
+
> - iOS 13.0 or higher. You still can integrate Appodeal SDK into a project with a lower value of minimum iOS version. However, on devices that don't support iOS 12.0+ our SDK will just be disabled.
73
73
> - Appodeal SDK is compatible with both ARC and non-ARC projects.
74
-
> - Use Xcode 14.3 or higher.
74
+
> - Use Xcode 15.3 or higher.
75
75
76
76
1. Go to `ios/` folder and open *Podfile*
77
77
2. Add Appodeal adapters. Add pods into `./ios/Podfile`:
@@ -86,59 +86,57 @@ platform :ios, '13.0'
86
86
use_frameworks!
87
87
88
88
defappodeal
89
-
pod 'Appodeal', '3.3.2'
90
-
pod 'APDAmazonAdapter', '3.3.2.0'
91
-
pod 'APDAppLovinAdapter', '3.3.2.0'
92
-
pod 'APDAppLovinMAXAdapter', '3.3.2.0'
93
-
pod 'APDBidMachineAdapter', '3.3.2.0'
94
-
pod 'APDBidonAdapter', '3.3.2.0'
95
-
pod 'APDBigoAdsAdapter', '3.3.2.0'
96
-
pod 'APDDTExchangeAdapter', '3.3.2.0'
97
-
pod 'APDGoogleAdMobAdapter', '3.3.2.0'
98
-
pod 'APDIABAdapter', '3.3.2.0'
99
-
pod 'APDInMobiAdapter', '3.3.2.0'
100
-
pod 'APDIronSourceAdapter', '3.3.2.0'
101
-
pod 'APDMetaAudienceNetworkAdapter', '3.3.2.0'
102
-
pod 'APDMintegralAdapter', '3.3.2.0'
103
-
pod 'APDMyTargetAdapter', '3.3.2.0'
104
-
pod 'APDPangleAdapter', '3.3.2.0'
105
-
pod 'APDSentryAdapter', '3.3.2.0'
106
-
pod 'APDUnityAdapter', '3.3.2.0'
107
-
pod 'APDVungleAdapter', '3.3.2.0'
108
-
pod 'APDYandexAdapter', '3.3.2.0'
109
-
pod 'AmazonPublisherServicesSDK', '4.9.2'
110
-
pod 'AppLovinMediationAmazonAdMarketplaceAdapter', '4.9.2.0'
111
-
pod 'AppLovinMediationBidMachineAdapter', '2.6.0.0'
112
-
pod 'AppLovinMediationFacebookAdapter', '6.15.0.0'
113
-
pod 'AppLovinMediationFyberAdapter', '8.3.1.0'
114
-
pod 'AppLovinMediationGoogleAdManagerAdapter', '11.5.0.0'
115
-
pod 'AppLovinMediationGoogleAdapter', '11.5.0.0'
116
-
pod 'AppLovinMediationInMobiAdapter', '10.7.2.0'
117
-
pod 'AppLovinMediationIronSourceAdapter', '8.1.0.0.1'
118
-
pod 'AppLovinMediationMintegralAdapter', '7.6.1.0.0'
119
-
pod 'AppLovinMediationMyTargetAdapter', '5.20.1.1'
120
-
pod 'AppLovinMediationUnityAdsAdapter', '4.11.3.2'
121
-
pod 'AppLovinMediationVungleAdapter', '7.3.0.0'
89
+
pod 'Appodeal', '3.3.3'
90
+
pod 'APDAmazonAdapter', '3.3.3.0'
91
+
pod 'APDAppLovinAdapter', '3.3.3.0'
92
+
pod 'APDAppLovinMAXAdapter', '3.3.3.0'
93
+
pod 'APDBidMachineAdapter', '3.3.3.0'
94
+
pod 'APDBidonAdapter', '3.3.3.0'
95
+
pod 'APDBigoAdsAdapter', '3.3.3.0'
96
+
pod 'APDDTExchangeAdapter', '3.3.3.0'
97
+
pod 'APDGoogleAdMobAdapter', '3.3.3.0'
98
+
pod 'APDIABAdapter', '3.3.3.0'
99
+
pod 'APDInMobiAdapter', '3.3.3.0'
100
+
pod 'APDIronSourceAdapter', '3.3.3.0'
101
+
pod 'APDMetaAudienceNetworkAdapter', '3.3.3.0'
102
+
pod 'APDMintegralAdapter', '3.3.3.0'
103
+
pod 'APDMyTargetAdapter', '3.3.3.0'
104
+
pod 'APDPangleAdapter', '3.3.3.0'
105
+
pod 'APDSentryAdapter', '3.3.3.0'
106
+
pod 'APDUnityAdapter', '3.3.3.0'
107
+
pod 'APDVungleAdapter', '3.3.3.0'
108
+
pod 'APDYandexAdapter', '3.3.3.0'
109
+
pod 'AmazonPublisherServicesSDK', '4.9.7'
110
+
pod 'AppLovinMediationAmazonAdMarketplaceAdapter', '4.9.7.0'
111
+
pod 'AppLovinMediationBidMachineAdapter', '3.0.1.0.0'
112
+
pod 'AppLovinMediationFacebookAdapter', '6.15.2.1'
113
+
pod 'AppLovinMediationFyberAdapter', '8.3.2.1'
114
+
pod 'AppLovinMediationGoogleAdManagerAdapter', '11.9.0.1'
115
+
pod 'AppLovinMediationGoogleAdapter', '11.9.0.1'
116
+
pod 'AppLovinMediationInMobiAdapter', '10.7.5.1'
117
+
pod 'AppLovinMediationIronSourceAdapter', '8.3.0.0.2'
118
+
pod 'AppLovinMediationMintegralAdapter', '7.7.2.0.1'
119
+
pod 'AppLovinMediationMyTargetAdapter', '5.21.8.0'
120
+
pod 'AppLovinMediationUnityAdsAdapter', '4.12.2.1'
121
+
pod 'AppLovinMediationVungleAdapter', '7.4.1.1'
122
122
pod 'AppLovinMediationYandexAdapter', '5.2.1.0'
123
-
pod 'BidMachineAmazonAdapter', '2.6.0.1'
124
-
pod 'BidMachineMetaAudienceAdapter', '2.6.0.0'
125
-
pod 'BidMachineMintegralAdapter', '2.6.0.0'
126
-
pod 'BidMachineMyTargetAdapter', '2.6.0.0'
127
-
pod 'BidMachinePangleAdapter', '2.6.0.0'
128
-
pod 'BidMachineVungleAdapter', '2.6.0.0'
129
-
pod 'BidonAdapterAmazon', '0.6.0.0'
130
-
pod 'BidonAdapterAppLovin', '0.6.0.0'
131
-
pod 'BidonAdapterBidMachine', '0.6.0.0'
132
-
pod 'BidonAdapterBigoAds', '0.6.0.0'
133
-
pod 'BidonAdapterDTExchange', '0.6.0.0'
134
-
pod 'BidonAdapterGoogleAdManager', '0.6.0.0'
135
-
pod 'BidonAdapterGoogleMobileAds', '0.6.0.0'
136
-
pod 'BidonAdapterInMobi', '0.6.0.0'
137
-
pod 'BidonAdapterMetaAudienceNetwork', '0.6.0.0'
138
-
pod 'BidonAdapterMintegral', '0.6.0.0'
139
-
pod 'BidonAdapterUnityAds', '0.6.0.0'
140
-
pod 'BidonAdapterVungle', '0.6.0.0'
141
-
pod 'myTrackerSDK', '3.1.7'
123
+
pod 'BidMachineAmazonAdapter', '3.0.1.0'
124
+
pod 'BidMachineMetaAudienceAdapter', '3.0.1.0'
125
+
pod 'BidMachineMintegralAdapter', '3.0.1.0'
126
+
pod 'BidMachineMyTargetAdapter', '3.0.1.1'
127
+
pod 'BidMachinePangleAdapter', '3.0.1.0'
128
+
pod 'BidMachineVungleAdapter', '3.0.1.0'
129
+
pod 'BidonAdapterAppLovin', '0.6.1.0'
130
+
pod 'BidonAdapterBidMachine', '0.6.1.0'
131
+
pod 'BidonAdapterBigoAds', '0.6.1.0'
132
+
pod 'BidonAdapterDTExchange', '0.6.1.0'
133
+
pod 'BidonAdapterGoogleAdManager', '0.6.1.0'
134
+
pod 'BidonAdapterGoogleMobileAds', '0.6.1.0'
135
+
pod 'BidonAdapterInMobi', '0.6.1.0'
136
+
pod 'BidonAdapterMetaAudienceNetwork', '0.6.1.0'
137
+
pod 'BidonAdapterMintegral', '0.6.1.0'
138
+
pod 'BidonAdapterUnityAds', '0.6.1.0'
139
+
pod 'BidonAdapterVungle', '0.6.1.0'
142
140
end
143
141
144
142
target 'Runner'do
@@ -1315,11 +1313,11 @@ In your *network_security_config.xml* file, add `base-config` that sets `clearte
1315
1313
Remove next pods from `Podfile`:
1316
1314
1317
1315
```ruby
1318
-
pod 'APDGoogleAdMobAdapter', '3.3.2.0'
1319
-
pod 'BidonAdapterGoogleAdManager', '0.6.0.0'
1320
-
pod 'BidonAdapterGoogleMobileAds', '0.6.0.0'
1321
-
pod 'AppLovinMediationGoogleAdManagerAdapter', '11.5.0.0'
1322
-
pod 'AppLovinMediationGoogleAdapter', '11.5.0.0'
1316
+
pod 'APDGoogleAdMobAdapter', '3.3.3.0'
1317
+
pod 'BidonAdapterGoogleAdManager', '0.6.1.0'
1318
+
pod 'BidonAdapterGoogleMobileAds', '0.6.1.0'
1319
+
pod 'AppLovinMediationGoogleAdManagerAdapter', '11.9.0.1'
1320
+
pod 'AppLovinMediationGoogleAdapter', '11.9.0.1'
1323
1321
```
1324
1322
1325
1323
## Services
@@ -1343,7 +1341,7 @@ Add dependencies into _Podfile_
1343
1341
```ruby
1344
1342
defappodeal
1345
1343
// ... other project pods
1346
-
pod 'APDAdjustAdapter', '3.3.2.0'
1344
+
pod 'APDAdjustAdapter', '3.3.3.0'
1347
1345
end
1348
1346
```
1349
1347
@@ -1363,7 +1361,7 @@ Add dependencies into _Podfile_
1363
1361
```ruby
1364
1362
defappodeal
1365
1363
// ... other project pods
1366
-
pod 'APDAppsFlyerAdapter', '3.3.2.0'
1364
+
pod 'APDAppsFlyerAdapter', '3.3.3.0'
1367
1365
end
1368
1366
```
1369
1367
@@ -1383,7 +1381,7 @@ Add dependencies into _Podfile_
1383
1381
```ruby
1384
1382
defappodeal
1385
1383
// ... other project pods
1386
-
pod 'APDFirebaseAdapter', '3.3.2.0'
1384
+
pod 'APDFirebaseAdapter', '3.3.3.0'
1387
1385
end
1388
1386
```
1389
1387
@@ -1403,7 +1401,7 @@ Add dependencies into _Podfile_
0 commit comments