com.puzzlescapegames.admob_native 1.0.15 → 1.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/GoogleMobileAds/CHANGELOG.md +1502 -0
  2. package/GoogleMobileAds/CHANGELOG.md.meta +81 -0
  3. package/GoogleMobileAds/Editor/AndroidBuildPreProcessor.cs +191 -0
  4. package/GoogleMobileAds/Editor/AndroidBuildPreProcessor.cs.meta +7 -0
  5. package/GoogleMobileAds/Editor/BuildPreProcessor.cs +55 -0
  6. package/GoogleMobileAds/Editor/BuildPreProcessor.cs.meta +17 -0
  7. package/GoogleMobileAds/Editor/EditorLocalization.cs +172 -0
  8. package/GoogleMobileAds/Editor/EditorLocalization.cs.meta +17 -0
  9. package/GoogleMobileAds/Editor/EditorLocalizationData.cs +11 -0
  10. package/GoogleMobileAds/Editor/EditorLocalizationData.cs.meta +17 -0
  11. package/GoogleMobileAds/Editor/EditorPathUtils.cs +57 -0
  12. package/GoogleMobileAds/Editor/EditorPathUtils.cs.meta +17 -0
  13. package/GoogleMobileAds/Editor/GoogleMobileAds.Editor.asmdef +20 -0
  14. package/GoogleMobileAds/Editor/GoogleMobileAds.Editor.asmdef.meta +12 -0
  15. package/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml +27 -0
  16. package/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml.meta +12 -0
  17. package/GoogleMobileAds/Editor/GoogleMobileAdsSKAdNetworkItems.xml +55 -0
  18. package/GoogleMobileAds/Editor/GoogleMobileAdsSKAdNetworkItems.xml.meta +12 -0
  19. package/GoogleMobileAds/Editor/GoogleMobileAdsSettings.cs +115 -0
  20. package/GoogleMobileAds/Editor/GoogleMobileAdsSettings.cs.meta +17 -0
  21. package/GoogleMobileAds/Editor/GoogleMobileAdsSettingsEditor.cs +164 -0
  22. package/GoogleMobileAds/Editor/GoogleMobileAdsSettingsEditor.cs.meta +17 -0
  23. package/GoogleMobileAds/Editor/GoogleUmpDependencies.xml +16 -0
  24. package/GoogleMobileAds/Editor/GoogleUmpDependencies.xml.meta +12 -0
  25. package/GoogleMobileAds/Editor/GradleProcessor.cs +99 -0
  26. package/GoogleMobileAds/Editor/GradleProcessor.cs.meta +17 -0
  27. package/GoogleMobileAds/Editor/ManifestProcessor.cs +249 -0
  28. package/GoogleMobileAds/Editor/ManifestProcessor.cs.meta +17 -0
  29. package/GoogleMobileAds/Editor/PListProcessor.cs +232 -0
  30. package/GoogleMobileAds/Editor/PListProcessor.cs.meta +17 -0
  31. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/1024x768.png +0 -0
  32. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/1024x768.png.meta +103 -0
  33. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/300x250.png +0 -0
  34. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/300x250.png.meta +103 -0
  35. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/320x100.png +0 -0
  36. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/320x100.png.meta +103 -0
  37. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/320x480.png +0 -0
  38. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/320x480.png.meta +103 -0
  39. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/320x50.png +0 -0
  40. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/320x50.png.meta +103 -0
  41. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/468x60.png +0 -0
  42. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/468x60.png.meta +103 -0
  43. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/480x320.png +0 -0
  44. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/480x320.png.meta +103 -0
  45. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/728x90.png +0 -0
  46. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/728x90.png.meta +103 -0
  47. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/768x1024.png +0 -0
  48. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/768x1024.png.meta +103 -0
  49. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/AdInspectorHome.png +0 -0
  50. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages/AdInspectorHome.png.meta +131 -0
  51. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdImages.meta +8 -0
  52. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdInspector/768x1024.prefab +504 -0
  53. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdInspector/768x1024.prefab.meta +12 -0
  54. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AdInspector.meta +8 -0
  55. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AppOpen/1024x768.prefab +472 -0
  56. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AppOpen/1024x768.prefab.meta +12 -0
  57. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AppOpen/768x1024.prefab +472 -0
  58. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AppOpen/768x1024.prefab.meta +12 -0
  59. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/AppOpen.meta +8 -0
  60. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/ADAPTIVE.prefab +292 -0
  61. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/ADAPTIVE.prefab.meta +13 -0
  62. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/BANNER.prefab +217 -0
  63. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/BANNER.prefab.meta +13 -0
  64. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/CENTER.prefab +292 -0
  65. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/CENTER.prefab.meta +13 -0
  66. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/FULL_BANNER.prefab +217 -0
  67. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/FULL_BANNER.prefab.meta +13 -0
  68. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/LARGE_BANNER.prefab +217 -0
  69. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/LARGE_BANNER.prefab.meta +13 -0
  70. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/LEADERBOARD.prefab +217 -0
  71. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/LEADERBOARD.prefab.meta +13 -0
  72. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/MEDIUM_RECTANGLE.prefab +217 -0
  73. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/MEDIUM_RECTANGLE.prefab.meta +13 -0
  74. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/SMART_BANNER.prefab +292 -0
  75. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners/SMART_BANNER.prefab.meta +13 -0
  76. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Banners.meta +8 -0
  77. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Interstitials/1024x768.prefab +472 -0
  78. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Interstitials/1024x768.prefab.meta +13 -0
  79. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Interstitials/768x1024.prefab +472 -0
  80. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Interstitials/768x1024.prefab.meta +13 -0
  81. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Interstitials.meta +8 -0
  82. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Rewarded/1024x768.prefab +547 -0
  83. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Rewarded/1024x768.prefab.meta +13 -0
  84. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Rewarded/768x1024.prefab +547 -0
  85. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Rewarded/768x1024.prefab.meta +13 -0
  86. package/GoogleMobileAds/Editor/Resources/PlaceholderAds/Rewarded.meta +8 -0
  87. package/GoogleMobileAds/Editor/Resources/PlaceholderAds.meta +8 -0
  88. package/GoogleMobileAds/Editor/Resources/Ump/ConsentForm.png +0 -0
  89. package/GoogleMobileAds/Editor/Resources/Ump/ConsentForm.png.meta +145 -0
  90. package/GoogleMobileAds/Editor/Resources/Ump/ConsentForm.prefab +525 -0
  91. package/GoogleMobileAds/Editor/Resources/Ump/ConsentForm.prefab.meta +12 -0
  92. package/GoogleMobileAds/Editor/Resources/Ump.meta +8 -0
  93. package/GoogleMobileAds/Editor/Resources.meta +8 -0
  94. package/GoogleMobileAds/Editor/Utils.cs +91 -0
  95. package/GoogleMobileAds/Editor/Utils.cs.meta +17 -0
  96. package/GoogleMobileAds/Editor/gma_settings_editor_localization_data.json +72 -0
  97. package/GoogleMobileAds/Editor/gma_settings_editor_localization_data.json.meta +12 -0
  98. package/GoogleMobileAds/Editor.meta +8 -0
  99. package/GoogleMobileAds/GoogleMobileAds.Android.dll +0 -0
  100. package/GoogleMobileAds/GoogleMobileAds.Android.dll.meta +81 -0
  101. package/GoogleMobileAds/GoogleMobileAds.Common.dll +0 -0
  102. package/GoogleMobileAds/GoogleMobileAds.Common.dll.meta +11 -0
  103. package/GoogleMobileAds/GoogleMobileAds.Core.dll +0 -0
  104. package/GoogleMobileAds/GoogleMobileAds.Core.dll.meta +11 -0
  105. package/GoogleMobileAds/GoogleMobileAds.Ump.Android.dll +0 -0
  106. package/GoogleMobileAds/GoogleMobileAds.Ump.Android.dll.meta +81 -0
  107. package/GoogleMobileAds/GoogleMobileAds.Ump.Unity.dll +0 -0
  108. package/GoogleMobileAds/GoogleMobileAds.Ump.Unity.dll.meta +81 -0
  109. package/GoogleMobileAds/GoogleMobileAds.Ump.dll +0 -0
  110. package/GoogleMobileAds/GoogleMobileAds.Ump.dll.meta +11 -0
  111. package/GoogleMobileAds/GoogleMobileAds.Ump.iOS.dll +0 -0
  112. package/GoogleMobileAds/GoogleMobileAds.Ump.iOS.dll.meta +81 -0
  113. package/GoogleMobileAds/GoogleMobileAds.Unity.dll +0 -0
  114. package/GoogleMobileAds/GoogleMobileAds.Unity.dll.meta +81 -0
  115. package/GoogleMobileAds/GoogleMobileAds.dll +0 -0
  116. package/GoogleMobileAds/GoogleMobileAds.dll.meta +11 -0
  117. package/GoogleMobileAds/GoogleMobileAds.iOS.dll +0 -0
  118. package/GoogleMobileAds/GoogleMobileAds.iOS.dll.meta +81 -0
  119. package/GoogleMobileAds/GoogleMobileAds_version-10.6.0_manifest.txt +78 -0
  120. package/GoogleMobileAds/GoogleMobileAds_version-10.6.0_manifest.txt.meta +10 -0
  121. package/GoogleMobileAds/LICENSE +202 -0
  122. package/GoogleMobileAds/LICENSE.meta +81 -0
  123. package/GoogleMobileAds/link.xml +18 -0
  124. package/GoogleMobileAds/link.xml.meta +11 -0
  125. package/GoogleMobileAds.meta +8 -0
  126. package/Plugins/Android/GoogleMobileAdsPlugin.androidlib.meta +1 -1
  127. package/Plugins/Android/googlemobileads-unity.aar.meta +2 -2
  128. package/Plugins/iOS/GADUAdNetworkExtras.h.meta +1 -1
  129. package/Plugins/iOS/NativeTemplates/GADTMediumTemplateView.xib.meta +1 -1
  130. package/Plugins/iOS/NativeTemplates/GADTSmallTemplateView.xib.meta +1 -1
  131. package/Plugins/iOS/unity-plugin-library.a +0 -0
  132. package/Plugins/iOS/unity-plugin-library.a.meta +2 -2
  133. package/package.json +1 -1
@@ -0,0 +1,1502 @@
1
+ Google Mobile Ads Unity Plugin Change Log
2
+
3
+ **************
4
+ Version 10.6.0
5
+ **************
6
+
7
+ - Updated the GMA iOS SDK dependency version to 12.12.0.
8
+ - Added proguard rules to prevent minification of public APIs of GMA Android and UMP SDK.
9
+
10
+ Built and tested with:
11
+
12
+ - Google Mobile Ads Android SDK 24.5.0.
13
+ - Google Mobile Ads iOS SDK 12.12.0.
14
+ - Google User Messaging Platform Android SDK 3.2.0
15
+ - Google User Messaging Platform iOS SDK 3.0.0
16
+ - External Dependency Manager for Unity 1.2.186
17
+
18
+ **************
19
+ Version 10.5.0
20
+ **************
21
+
22
+ - Add `PlacementID` field to all formats.
23
+ - Enable loading EDM4U for Editor platform while importing.
24
+ - Fix a crash when `MobileAds.GetPlatformVersion` is called.
25
+ - Fix missing `link.xml` when using the UPM package ([#3951](https://github.com/googleads/googleads-mobile-unity/issues/3951)).
26
+ - Add the latest Unity Editor LTS version flag `2021_3_56` to `AndroidBuildPreProcessor`.
27
+
28
+ Built and tested with:
29
+
30
+ - Google Mobile Ads Android SDK 24.5.0.
31
+ - Google Mobile Ads iOS SDK 12.11.0.
32
+ - Google User Messaging Platform Android SDK 3.2.0
33
+ - Google User Messaging Platform iOS SDK 3.0.0
34
+ - External Dependency Manager for Unity 1.2.186
35
+
36
+ **************
37
+ Version 10.4.2
38
+ **************
39
+
40
+ - Fix issue with macros in `BuildPreProcessor` for Unity Editor 2021.
41
+ - Added `androidx.lifecycle` dependency required for AppOpenAd.
42
+
43
+ Built and tested with:
44
+
45
+ - Google Mobile Ads Android SDK 24.5.0.
46
+ - Google Mobile Ads iOS SDK 12.9.0.
47
+ - Google User Messaging Platform Android SDK 3.2.0
48
+ - Google User Messaging Platform iOS SDK 3.0.0
49
+ - External Dependency Manager for Unity 1.2.186
50
+
51
+ **************
52
+ Version 10.4.1
53
+ **************
54
+
55
+ - **Version 10.4.0 has been deprecated. Please update to 10.4.1 instead.**
56
+ - Add `package` and `minSdkVersion` attribute to AndroidManifest.xml.
57
+
58
+ Built and tested with:
59
+
60
+ - Google Mobile Ads Android SDK 24.5.0.
61
+ - Google Mobile Ads iOS SDK 12.9.0.
62
+ - Google User Messaging Platform Android SDK 3.2.0
63
+ - Google User Messaging Platform iOS SDK 3.0.0
64
+ - External Dependency Manager for Unity 1.2.186
65
+
66
+ **************
67
+ Version 10.4.0
68
+ **************
69
+
70
+ - Updated the GMA Android SDK dependency version to 24.5.0.
71
+ - Updated the GMA iOS SDK dependency version to 12.9.0.
72
+ - Added Android build post processor to solve common build issues. For more information see, [Enable Gradle build post processor](https://developers.google.com/admob/unity/android).
73
+ - Fixed [#3718](https://github.com/googleads/googleads-mobile-unity/issues/3718).
74
+ - Updated the Android library source code location according to Unity's [Android Library](https://docs.unity3d.com/Manual/android-library-plugin-create.html) [(aka bundled) plug-in](https://docs.unity3d.com/2019.4/Documentation/Manual/PluginInspector.html) format.
75
+ - **Old location:** [source/android-library](https://github.com/googleads/googleads-mobile-unity/tree/main/source/android-library)
76
+ - **New location:** [source/plugin/Assets/Plugins/Android/GoogleMobileAdsPlugin.androidlib](https://github.com/googleads/googleads-mobile-unity/tree/main/source/plugin/Assets/Plugins/Android/GoogleMobileAdsPlugin.androidlib)
77
+ - This change makes the SDK more streamlined to build from source.
78
+ - Merged the Android Manifest files into a single one located under `src/main`.
79
+ - Fixed [#3810](https://github.com/googleads/googleads-mobile-unity/issues/3810) - crash on `AdapterResponseInfo.AdSourceName`.
80
+
81
+ Built and tested with:
82
+
83
+ - Google Mobile Ads Android SDK 24.5.0.
84
+ - Google Mobile Ads iOS SDK 12.9.0.
85
+ - Google User Messaging Platform Android SDK 3.2.0
86
+ - Google User Messaging Platform iOS SDK 3.0.0
87
+ - External Dependency Manager for Unity 1.2.186
88
+
89
+ **************
90
+ Version 10.3.0
91
+ **************
92
+
93
+ - Updated the GMA Android SDK dependency version to 24.4.0.
94
+ - Updated the GMA iOS SDK dependency version to 12.6.0.
95
+ - Fixed `RaiseAdEventsOnUnityMainThread ` by ensuring the events are always called back on Main thread even if the SDK is called on background thread.
96
+
97
+ Built and tested with:
98
+
99
+ - Google Mobile Ads Android SDK 24.4.0.
100
+ - Google Mobile Ads iOS SDK 12.6.0.
101
+ - Google User Messaging Platform Android SDK 3.2.0
102
+ - Google User Messaging Platform iOS SDK 3.0.0
103
+ - External Dependency Manager for Unity 1.2.186
104
+
105
+ **************
106
+ Version 10.2.0
107
+ **************
108
+ - Updated the GMA Android SDK dependency version to 24.3.0.
109
+ - Updated the GMA iOS SDK dependency version to 12.5.0.
110
+ - Run AppOpen ads in Immersive mode for Android. This will prevent the 3 button navigation from showing up when ads are shown.
111
+
112
+ Built and tested with:
113
+ - Google Mobile Ads Android SDK 24.3.0.
114
+ - Google Mobile Ads iOS SDK 12.5.0.
115
+ - Google User Messaging Platform Android SDK 3.2.0
116
+ - Google User Messaging Platform iOS SDK 3.0.0
117
+ - External Dependency Manager for Unity 1.2.186
118
+
119
+ **************
120
+ Version 10.1.0
121
+ **************
122
+ - Updated UMP SDK dependency on Android to 3.2.0 and on iOS to 3.0.0.
123
+ - Updated the GMA Android SDK dependency version to 24.2.0.
124
+ - Updated the GMA iOS SDK dependency version to 12.3.0.
125
+ - Updated SKAdNetworkIdentifiers List on iOS to reflect latest additions.
126
+ - Supports Preloading APIs on iOS and Android.
127
+ - Refactored Unity Editor Banner experience to be inline with Android and iOS behavior.
128
+ - Fixed a bug on AdRequest where setting the CustomTargeting parameter was not being propagated.
129
+ - Run fullscreen ads in Immersive mode for Android. This will prevent the 3 button navigation from showing up when ads are shown.
130
+ - Fixed crash on rendering Native Overlay ads due to conflict of icon and background IDs with other similarly named Resource ID's.
131
+
132
+ Built and tested with:
133
+ - Google Mobile Ads Android SDK 24.2.0.
134
+ - Google Mobile Ads iOS SDK 12.3.0.
135
+ - Google User Messaging Platform Android SDK 3.2.0
136
+ - Google User Messaging Platform iOS SDK 3.0.0
137
+ - External Dependency Manager for Unity 1.2.185
138
+
139
+ **************
140
+ Version 10.0.0
141
+ **************
142
+ - Updated the GMA Android SDK dependency version to 24.1.0.
143
+ - Updated the GMA iOS SDK dependency version to 12.2.0.
144
+ - Removed deprecated `AdFailedToLoadEventArgs` class. Use `LoadAdError` directly.
145
+ - Removed deprecated `AdValueEventArgs` class. Use `AdValue` directly.
146
+ - Changed the default behavior to True for OPTIMIZE_INITIALIZATION and
147
+ OPTIMIZE_AD_LOADING flags to align with GMA Android 24.0.0.
148
+ - Replaced `Optimize Ad Loading` and `Optimize Initialization` with
149
+ `Disable ad loading optimization` and `Disable initialization optimzation`
150
+ - Removed "Remove property tag from GMA Android SDK" feature from Google Mobile
151
+ Ads Editor Settings as this tag has been removed from GMA Android SDK v.24.0.0.
152
+ - Removed Preloading APIs for iOS as part of upgrade to newer to newer APIs.
153
+
154
+ Built and tested with:
155
+ - Google Mobile Ads Android SDK 24.1.0.
156
+ - Google Mobile Ads iOS SDK 12.2.0.
157
+ - Google User Messaging Platform Android SDK 3.1.0
158
+ - Google User Messaging Platform iOS SDK 2.7.0
159
+ - External Dependency Manager for Unity 1.2.185
160
+
161
+ **************
162
+ Version 9.6.0
163
+ **************
164
+ - Added ability to return correct native template view size on Android.
165
+ - Fixed issue with Native Overlay Icon not being clickable.
166
+ - Added `GetVersion` API to MobileAds class to be able to fetch the GMA Unity SDK Version.
167
+ - Fire `OnUserEarnedReward` once the ad counter expires when showing Rewarded ads in Unity Editor.
168
+
169
+ Built and tested with:
170
+ - Google Mobile Ads Android SDK 23.6.0
171
+ - Google Mobile Ads iOS SDK 11.13.0
172
+ - Google User Messaging Platform Android SDK 3.1.0
173
+ - Google User Messaging Platform iOS SDK 2.7.0
174
+ - External Dependency Manager for Unity 1.2.185
175
+
176
+ **************
177
+ Version 9.5.0
178
+ **************
179
+ - Added `CustomTargeting` field to AdRequest.
180
+ - Added `GetPlatformVersion` API to MobileAds class to be able to fetch the version info of the underlying GMA Android or iOS SDK.
181
+ - Updated the GMA iOS SDK dependency version to 11.13.0.
182
+ - Updated the GMA Android SDK dependency version to 23.6.0.
183
+
184
+ Built and tested with:
185
+ - Google Mobile Ads Android SDK 23.6.0
186
+ - Google Mobile Ads iOS SDK 11.13.0
187
+ - Google User Messaging Platform Android SDK 3.1.0
188
+ - Google User Messaging Platform iOS SDK 2.7.0
189
+ - External Dependency Manager for Unity 1.2.183
190
+
191
+ **************
192
+ Version 9.4.0
193
+ **************
194
+
195
+ - To support testing with regulated US states, added the following options to UMPDebugGeography:
196
+ - RegulatedUSState
197
+ - Other
198
+ - Deprecated `DebugGeography.NotEEA`. Use `DebugGeography.Other` instead.
199
+ - Updated the GMA iOS SDK dependency version to 11.12.0.
200
+ - Updated the GMA Android SDK dependency version to 23.5.0.
201
+ - Updated UMP SDK dependency on Android to 3.1.0 and on iOS to 2.7.0.
202
+
203
+ Built and tested with:
204
+ - Google Mobile Ads Android SDK 23.5.0
205
+ - Google Mobile Ads iOS SDK 11.12.0
206
+ - Google User Messaging Platform Android SDK 3.1.0
207
+ - Google User Messaging Platform iOS SDK 2.7.0
208
+ - External Dependency Manager for Unity 1.2.183
209
+
210
+ **************
211
+ Version 9.3.0
212
+ **************
213
+ - Updated the iOS GMA SDK dependency version to 11.11.0.
214
+
215
+ Built and tested with:
216
+ - Google Mobile Ads Android SDK 23.4.0
217
+ - Google Mobile Ads iOS SDK 11.11.0
218
+ - Google User Messaging Platform Android SDK 3.0.0
219
+ - Google User Messaging Platform iOS SDK 2.6.0
220
+ - External Dependency Manager for Unity 1.2.183
221
+
222
+ **************
223
+ Version 9.2.1
224
+ **************
225
+ - Added French language support for Settings Inspector window.
226
+ - Fixed [#3510] by specifying the minSdkVersion in the library.
227
+ - Updated the dependency version for Android GMA SDK to 23.4.0 and iOS GMA SDK to 11.10.0.
228
+ - Updated iOS UMP SDK dependency to 2.6.0.
229
+
230
+ Built and tested with:
231
+ - Google Mobile Ads Android SDK 23.4.0
232
+ - Google Mobile Ads iOS SDK 11.10.0
233
+ - Google User Messaging Platform Android SDK 3.0.0
234
+ - Google User Messaging Platform iOS SDK 2.6.0
235
+ - External Dependency Manager for Unity 1.2.183
236
+
237
+ **************
238
+ Version 9.2.0
239
+ **************
240
+ - Added `IsCollapsible` API to `BannerView` to check if a collapsible banner was loaded.
241
+ - Fixed [#3369] by using appropriate LayoutParams.
242
+ - Fixed [#3455] Banner ad positioning not working on iOS.
243
+ - Updated GoogleMobileAds iOS SDK to 11.7.0.
244
+
245
+ Built and tested with:
246
+ - Google Mobile Ads Android SDK 23.2.0
247
+ - Google Mobile Ads iOS SDK 11.7.0
248
+ - Google User Messaging Platform 2.2.0
249
+ - External Dependency Manager for Unity 1.2.181
250
+
251
+ **************
252
+ Version 9.1.1
253
+ **************
254
+ - Updated GoogleMobileAds Android SDK to 23.2.0.
255
+ - Updated GoogleMobileAds iOS SDK to 11.6.0.
256
+ - Updated External Dependency Manager for Unity to 1.2.181.
257
+ - Added the AndroidJNI dependency to the UPM package.
258
+
259
+ Built and tested with:
260
+ - Google Mobile Ads Android SDK 23.2.0
261
+ - Google Mobile Ads iOS SDK 11.6.0
262
+ - Google User Messaging Platform 2.2.0
263
+ - External Dependency Manager for Unity 1.2.181
264
+
265
+ **************
266
+ Version 9.1.0
267
+ **************
268
+
269
+ - Removed the app measurement feature as Android/iOS SDKs [no longer](https://support.google.com/admob/answer/13973847) initialize App measurement.
270
+ - Fixed [#3290] by calling static putPublisherFirstPartyIdEnabled with boolean return type.
271
+ - Fixed [#3042] by explicitly adding gradle.projectsEvaluated for executing validate_dependencies gradle script.
272
+ - Fixed [#2801] incorrect value for `AdapterResponseInfo.LatencyMillis` on iOS.
273
+ - Added `GetAdUnitID` API that allows reading the ad unit id for all ad formats.
274
+ - Enabled passing AdManagerAdRequest as part of Load API for Rewarded, Rewarded Interstitial and AppOpen formats.
275
+ - Updated Google Mobile Ads SDK dependency to use v11.3.0 on iOS.
276
+
277
+ Built and tested with:
278
+ - Google Mobile Ads Android SDK 23.0.0
279
+ - Google Mobile Ads iOS SDK 11.3.0
280
+ - Google User Messaging Platform 2.2.0
281
+ - External Dependency Manager for Unity 1.2.179
282
+
283
+ **************
284
+ Version 9.0.0
285
+ **************
286
+
287
+ - Removed `SameAppKeyEnabled` in `RequestConfiguration`. Use `PublisherFirstPartyIdEnabled` instead.
288
+ - Removed `ServerSideVerificationOptions.Builder`. Use `ServerSideVerificationOptions` directly.
289
+ - Removed `RequestConfiguration.Builder`. Use `RequestConfiguration` directly.
290
+ - Removed `AdRequest.Builder`. Use `AdRequest` directly.
291
+ - Removed `AdErrorEventArgs`. Use `AdError` directly.
292
+ - Removed `AppOpenAd.Load` API that takes a `ScreenOrientation` parameter.
293
+ - Made `AdValueEventArgs` Obsolete. Use `AdValue` directly.
294
+ - Made `AdFailedToLoadEventArgs` Obsolete. Use `LoadAdError` directly.
295
+ - Updated Google Mobile Ads SDK dependency to use v11.2.0 on iOS.
296
+ - Updated the Android User Messaging Platform dependency version to 2.2.0.
297
+ - Added the `NativeOverlayAd` class to fetch and display native ads using templates.
298
+ - Using `CFPreferences` APIs for `ApplicationPreferences` instead of `NSUserDefaults` on iOS.
299
+
300
+ Built and tested with:
301
+ - Google Mobile Ads Android SDK 23.0.0
302
+ - Google Mobile Ads iOS SDK 11.2.0
303
+ - Google User Messaging Platform 2.2.0
304
+ - External Dependency Manager for Unity 1.2.179
305
+
306
+ **************
307
+ Version 8.7.0
308
+ **************
309
+
310
+ - Added PublisherPrivacyPersonalizationState property accessible via RequestConfiguration.
311
+ - Added PublisherFirstPartyIdEnabled property in RequestConfiguration.
312
+ - Deprecated SameAppKeyEnabled in RequestConfiguration. Use PublisherFirstPartyIdEnabled instead.
313
+ - Added ApplicationPreferences GetString and GetInt APIs.
314
+ - Fixed [#3048] by applying accurate path for gradle scripts on Windows.
315
+ - Updated Google Mobile Ads SDK dependency to use v22.6.0 on Android.
316
+ - Updated Google Mobile Ads SDK dependency to use v10.14 on iOS.
317
+
318
+ Built and tested with:
319
+ - Google Mobile Ads Android SDK 22.6.0
320
+ - Google Mobile Ads iOS SDK 10.14
321
+ - Google User Messaging Platform 2.1.0
322
+ - External Dependency Manager for Unity 1.2.177
323
+
324
+ **************
325
+ Version 8.6.0
326
+ **************
327
+
328
+ - Fixed [#3007] by aligning the PrivacyOptionsRequirementStatus Enum on iOS with Android Plugin.
329
+ - Fixed [#2930] for Projects using Android Gradle Plugin less than 4.2.2.
330
+ - Added Editor Options to toggle adding packagingOptions to gradle files to pick the first occurrence of META-INF/kotlinx_coroutines_core.version file.
331
+ - Added Editor Options to enable removing the property tag from the Android Manifest of the GMA Android SDK. This is enabled by default for projects using Android Gradle Plugin version 4.2.1 and lower.
332
+ - Updated Google Mobile Ads SDK dependency to use v22.5.0 on Android.
333
+ - Updated Google Mobile Ads SDK dependency to use v10.13 on iOS.
334
+
335
+ Built and tested with:
336
+ - Google Mobile Ads Android SDK 22.5.0
337
+ - Google Mobile Ads iOS SDK 10.13
338
+ - Google User Messaging Platform 2.1.0
339
+ - External Dependency Manager for Unity 1.2.177
340
+
341
+ **************
342
+ Version 8.5.3
343
+ **************
344
+
345
+ - Fixed "cannot find symbol" error when building the Android bridge project using gradle.
346
+ - Fixed [#2930] by pinning the Google Mobile Ads SDK dependency to use v22.3.0 on Android.
347
+ - Fixed [#2974] ConsentInformation.Update() wasn't working as expected on consecutive requests.
348
+
349
+ Built and tested with:
350
+ - Google Mobile Ads Android SDK 22.3.0
351
+ - Google Mobile Ads iOS SDK 10.9
352
+ - Google User Messaging Platform 2.1.0
353
+ - External Dependency Manager for Unity 1.2.176
354
+
355
+ **************
356
+ Version 8.5.2
357
+ **************
358
+
359
+ - Fixed AndroidJavaException when using AdManagerAdRequest custom targeting.
360
+ - Fixed [#2826] "No such proxy method" error within GoogleMobileAds.Ump.
361
+ - Updated Google Mobile Ads SDK dependency to use v22.3.0 on Android.
362
+
363
+ Built and tested with:
364
+ - Google Mobile Ads Android SDK 22.3.0
365
+ - Google Mobile Ads iOS SDK 10.9
366
+ - Google User Messaging Platform 2.1.0
367
+ - External Dependency Manager for Unity 1.2.176
368
+
369
+ **************
370
+ Version 8.5.1
371
+ **************
372
+
373
+ - Version 8.5.0 has been deprecated. Please upgrade to 8.5.1 instead.
374
+ - Fixed [#2866] Read enum from getPrivacyOptionsRequirementStatus.
375
+ - Removed double quotes from GoogleMobileAdsSKAdNetworkItems.xml.
376
+
377
+ Built and tested with:
378
+ - Google Mobile Ads Android SDK 22.2.0
379
+ - Google Mobile Ads iOS SDK 10.9
380
+ - Google User Messaging Platform 2.1.0
381
+ - External Dependency Manager for Unity 1.2.176
382
+
383
+ **************
384
+ Version 8.5.0
385
+ **************
386
+
387
+ - Requires apps to build against Xcode 14.1 or higher.
388
+ - This release introduces several new APIs to simplify the consent gathering
389
+ process.
390
+ - Calling `ConsentInformation.Update()` is now required before interacting
391
+ with other `ConsentInformation` public APIs. Before calling it, the following are returned:
392
+ - `ConsentStatus` returns `ConsentStatus.Unknown`
393
+ - `PrivacyOptionsRequirementStatus` returns
394
+ `PrivacyOptionsRequirementStatus.Unknown`
395
+ - `ConsentInformation.CanRequestAds` returns `false`.
396
+ - [ConsentForm](https://github.com/googleads/googleads-mobile-unity/blob/main/source/plugin/Assets/GoogleMobileAds/Ump/Api/ConsentForm.cs)
397
+ - Added method `LoadAndPresentIfRequired` to combine load and show calls.
398
+ This method is intended for the use case of showing a form if needed
399
+ when the app starts.
400
+ - Added method `ShowPrivacyOptionsForm`, to be called when users interact
401
+ with your app's privacy setting.
402
+ - [ConsentInformation](https://github.com/googleads/googleads-mobile-unity/blob/main/source/plugin/Assets/GoogleMobileAds/Ump/Api/ConsentInformation.cs)
403
+ - Added `CanRequestAds` property.
404
+ - Added `PrivacyOptionsRequirementStatus` property to indicate whether
405
+ privacy options are required to be shown in this session.
406
+ - Updated the Android User Messaging Platform dependency version to 2.1.0.
407
+ - Updated the Google Mobile Ads iOS SDK dependency version to 10.9.
408
+ - Fixed [#2840] Check if the ad references get deallocated in the iOS
409
+ plugin (bridge).
410
+ - Updated [SKAdNetwork](https://developers.google.com/admob/unity/3p-skadnetworks)
411
+ list with values from the July 13, 2023 update.
412
+
413
+ Built and tested with:
414
+ - Google Mobile Ads Android SDK 22.2.0
415
+ - Google Mobile Ads iOS SDK 10.9
416
+ - Google User Messaging Platform 2.1.0
417
+ - External Dependency Manager for Unity 1.2.176
418
+
419
+ **************
420
+ Version 8.4.1
421
+ **************
422
+
423
+ - Fixed [#2815] Setting ApplicationPreferences on Android.
424
+
425
+ Built and tested with:
426
+ - Google Mobile Ads Android SDK 22.2.0
427
+ - Google Mobile Ads iOS SDK 10.7
428
+ - Google User Messaging Platform 2.0.0
429
+ - External Dependency Manager for Unity 1.2.176
430
+
431
+ **************
432
+ Version 8.4.0
433
+ **************
434
+
435
+ - Fixed [#2757] Rewarded Interstitial events not raising on the main thread.
436
+ - Added support for rendering Ad Manager banner ad.
437
+ - Removed method call logs from showing up in Unity Editor Console.
438
+ - Deprecated ScreenOrientation parameter of the AppOpenAd Load() API. Added AppOpenAd.Load() API for loading AppOpen Ads using ad unit ID, ad request and ad load callbacks.
439
+ - Added ApplicationPreferences API to manage GMA preferences.
440
+ - Updated Google Mobile Ads SDK dependency to use v10.7 on iOS.
441
+ - Updated Google Mobile Ads SDK dependency to use v22.2.0 on Android.
442
+
443
+ Built and tested with:
444
+ - Google Mobile Ads Android SDK 22.2.0
445
+ - Google Mobile Ads iOS SDK 10.7
446
+ - Google User Messaging Platform 2.0.0
447
+ - External Dependency Manager for Unity 1.2.176
448
+
449
+ **************
450
+ Version 8.3.0
451
+ **************
452
+
453
+ - Added support to RaiseAdEventsOnUnityMainThread for UMP callbacks.
454
+ - Added support for Ad Manager interstitial ad.
455
+ - Updated Google Mobile Ads SDK dependency to use v22.1.0 on Android.
456
+ - Updated Google Mobile Ads SDK dependency to use v10.5 on iOS.
457
+
458
+ Built and tested with:
459
+ - Google Mobile Ads Android SDK 22.1.0
460
+ - Google Mobile Ads iOS SDK 10.5
461
+ - Google User Messaging Platform 2.0.0
462
+ - External Dependency Manager for Unity 1.2.176
463
+
464
+ **************
465
+ Version 8.2.0
466
+ **************
467
+
468
+ - Fixed [#2646] Android Banner 'Descendant focus' crash.
469
+ - Fixed [#2676] Raising Interstitial events on main thread.
470
+ - Deprecated builder pattern in AdRequest, RequestConfiguration and ServerSideVerificationOptions Class. Utilize fields instead.
471
+ - Added AdManagerAdRequest class to allow passing CustomTargeting, CategoryExclusions and PublisherProvidedId as part of AdManager requests.
472
+ - Updated Google Mobile Ads SDK dependency to use v10.4 on iOS.
473
+
474
+ Built and tested with:
475
+ - Google Mobile Ads Android SDK 22.0.0
476
+ - Google Mobile Ads iOS SDK 10.4
477
+ - Google User Messaging Platform 2.0.0
478
+ - External Dependency Manager for Unity 1.2.176
479
+
480
+ **************
481
+ Version 8.1.0
482
+ **************
483
+
484
+ - Requires apps to build against Xcode 14.0 or higher.
485
+ - Fixed [#2611] [UMP] Exception raised when calling Update of ConsentInformation on Android
486
+
487
+ Built and tested with:
488
+ - Google Mobile Ads Android SDK 22.0.0
489
+ - Google Mobile Ads iOS SDK 10.3
490
+ - Google User Messaging Platform 2.0.0
491
+ - External Dependency Manager for Unity 1.2.175
492
+
493
+ **************
494
+ Version 8.0.0
495
+ **************
496
+
497
+ Plugin:
498
+ - Removed obsolete APIs for AppOpenAd.
499
+ - Removed obsolete APIs for InterstitialAd.
500
+ - Added the MobileAds.RaiseAdEventsOnUnityMainThread option for raising ad events on the Unity main thread.
501
+ - Dropped support for `armv7` and `i386` architectures.
502
+ - Requires minimum iOS version 11.0.
503
+ - Fixed [#2543] NullReferenceException when UMP ConsentDebugSettings are null.
504
+ - Fixed [#2531] Xcode 13 compile time error.
505
+ - Fixed [#1779] Crash with custom Banner Ad Sizes on the Unity platform.
506
+ - Fixed [#2553] Banner position in Unity Editor to reflect Android and iOS position.
507
+ - Added support for GMA Android SDK v22.0.0. Requires using GMA Android SDK v22.0.0 or higher.
508
+ - Added support for GMA iOS SDK v10.3. Requires using GMA iOS SDK v10.3 or higher.
509
+
510
+ Built and tested with:
511
+ - Google Mobile Ads Android SDK 22.0.0
512
+ - Google Mobile Ads iOS SDK 10.3
513
+ - Google User Messaging Platform 2.0.0
514
+ - External Dependency Manager for Unity 1.2.175
515
+
516
+ **************
517
+ Version 7.4.1
518
+ **************
519
+
520
+ Plugin:
521
+ - Added support for GMA iOS SDK v10. Requires using Google Mobile Ads iOS SDK v10.0 or higher.
522
+
523
+ Built and tested with:
524
+ - Google Mobile Ads Android SDK 21.3.0
525
+ - Google Mobile Ads iOS SDK 10.0
526
+ - Google User Messaging Platform 2.0.0
527
+ - External Dependency Manager for Unity 1.2.175
528
+
529
+ **************
530
+ Version 7.4.0
531
+ **************
532
+
533
+ Plugin:
534
+ - Added OnAdClicked and OnAdImpressionRecorded events to BannerView.
535
+ - Updated all ad format APIs to have consistent nomenclature.
536
+ - Added new InterstitialAd.OnAdClicked event to interstitial ads.
537
+ - Added new InterstitialAd.Load() API for loading interstitial ads.
538
+ - Added new InterstitialAd.CanShowAd() API for checking interstitial ad state.
539
+ - Added new RewardedAd.OnAdClicked event to rewarded ads.
540
+ - Added new RewardedAd.Load() API for loading rewarded ads.
541
+ - Added new RewardedAd.CanShowAd() API for checking rewarded ad state.
542
+ - Added new RewardedInterstitialAd.OnAdClicked event to rewarded interstitial ads.
543
+ - Added new RewardedInterstitialAd.Load() API for loading rewarded interstitial ads.
544
+ - Added new RewardedInterstitialAd.CanShowAd() API for checking rewarded interstitial ad state.
545
+ - Added new AppOpenAd.OnAdClicked event to app open ads.
546
+ - Added new AppOpenAd.Load() API for loading app open ads.
547
+ - Added new AppOpenAd.CanShowAd() API for checking app open ad state.
548
+ - Fixed [#2453] and [#2450] XCode build error when using iOS SDK 9.14.0 or greater.
549
+ - Added User Messaging Platform (UMP) APIs.
550
+
551
+ Built and tested with:
552
+ - Google Mobile Ads Android SDK 21.3.0
553
+ - Google Mobile Ads iOS SDK 9.11.0
554
+ - Google User Messaging Platform 2.0.0
555
+ - External Dependency Manager for Unity 1.2.175
556
+
557
+ **************
558
+ Version 7.3.1
559
+ **************
560
+
561
+ Plugin:
562
+ - Fixed [#1799](https://github.com/googleads/googleads-mobile-unity/issues/1799) RewardedAd OnAdFailedToPresentFullScreenContent called twice.
563
+
564
+ Built and tested with:
565
+ - Google Mobile Ads Android SDK 21.3.0.
566
+ - Google Mobile Ads iOS SDK 9.11.0
567
+ - External Dependency Manager for Unity 1.2.171
568
+
569
+ **************
570
+ Version 7.3.0
571
+ **************
572
+
573
+ Plugin:
574
+ - Requires using Google Mobile Ads Android SDK v21.3.0 or higher.
575
+ - Requires using Google Mobile Ads iOS SDK v9.11.0 or higher.
576
+ - Added response information for ad networks to the [ad response](https://developers.google.com/admob/unity/response-info).
577
+
578
+ Built and tested with:
579
+ - Google Mobile Ads Android SDK 21.3.0.
580
+ - Google Mobile Ads iOS SDK 9.11.0
581
+ - External Dependency Manager for Unity 1.2.171.
582
+
583
+ **************
584
+ Version 7.2.0
585
+ **************
586
+
587
+ Plugin:
588
+ - Added settings to optimize Android initialization and ad loading thread usage.
589
+ - Fixed issue with AppOpenAd.GetResponseInfo() not completing on Android.
590
+ - Fixed display issue for AdInspector on the Unity Editor platform.
591
+
592
+ Built and tested with:
593
+ - Google Mobile Ads Android SDK 21.0.0.
594
+ - Google Mobile Ads iOS SDK 9.9.0
595
+ - External Dependency Manager for Unity 1.2.171.
596
+
597
+ **************
598
+ Version 7.1.0
599
+ **************
600
+
601
+ Plugin:
602
+ - Added AppStateEventNotifier as a better option to OnApplicationPause for app open ads.
603
+
604
+ Built and tested with:
605
+ - Google Mobile Ads Android SDK 21.0.0.
606
+ - Google Mobile Ads iOS SDK 9.0.0
607
+ - External Dependency Manager for Unity 1.2.171.
608
+
609
+ **************
610
+ Version 7.0.2
611
+ **************
612
+
613
+ Plugin:
614
+ - Added support for GMA Android SDK v21. Requires using GMA Android SDK v21.0.0 or higher.
615
+
616
+ Built and tested with:
617
+ - Google Mobile Ads Android SDK 21.0.0.
618
+ - Google Mobile Ads iOS SDK 9.0.0
619
+ - External Dependency Manager for Unity 1.2.171.
620
+
621
+ **************
622
+ Version 7.0.1
623
+ **************
624
+
625
+ Plugin:
626
+ - Fixed Github issue [1943](https://github.com/googleads/googleads-mobile-unity/issues/1943) related App Id saving.
627
+ - Fixed Github issue [2001](https://github.com/googleads/googleads-mobile-unity/issues/2001) related to Android manifest.
628
+ - Fixed Github issue [2003](https://github.com/googleads/googleads-mobile-unity/issues/2003) related to Ad Inspector crash.
629
+ - Added placeholder AdInspector for Unity editor.
630
+
631
+ Built and tested with:
632
+ - Google Play services 20.2.0
633
+ - Google Mobile Ads iOS SDK 9.0.0
634
+ - External Dependency Manager for Unity 1.2.171.
635
+
636
+ **************
637
+ Version 7.0.0
638
+ **************
639
+
640
+ Plugin:
641
+ - Added support for GMA iOS SDK v9. Requires using GMA iOS SDK v9.0.0 or higher.
642
+ - Fixed https://github.com/googleads/googleads-mobile-unity/issues/1620
643
+ - Updated to use External Dependency Manager for Unity 1.2.169.
644
+
645
+ Built and tested with:
646
+ - Google Play services 20.2.0
647
+ - Google Mobile Ads iOS SDK 9.0.0
648
+ - External Dependency Manager for Unity 1.2.171.
649
+
650
+ **************
651
+ Version 6.1.2
652
+ **************
653
+
654
+ Plugin:
655
+ - Fixed Github issue [1786](https://github.com/googleads/googleads-mobile-unity/issues/1786) related to GoogleMobileAdsSettings.
656
+ - Fixed issue related to missing GADUAdNetworkExtras.h file when using some mediation adapters.
657
+
658
+ Built and tested with:
659
+ - Google Play services 20.2.0
660
+ - Google Mobile Ads iOS SDK 8.8.0
661
+ - External Dependency Manager for Unity 1.2.165.
662
+
663
+ Known issue:
664
+ - iOS Resolver library cannot be loaded in Unity 2021.1.11 and 2021.1.12. It can be loaded properly with Unity 2021.1.10. See https://github.com/googlesamples/unity-jar-resolver/issues/441 for more information.
665
+
666
+ **************
667
+ Version 6.1.1
668
+ **************
669
+
670
+ Plugin:
671
+ - Added support for ad inspector.
672
+
673
+ Built and tested with:
674
+ - Google Play services 20.2.0
675
+ - Google Mobile Ads iOS SDK 8.8.0
676
+ - External Dependency Manager for Unity 1.2.165.
677
+
678
+ Known issue:
679
+ - iOS Resolver library cannot be loaded in Unity 2021.1.11 and 2021.1.12. It can be loaded properly with Unity 2021.1.10. See https://github.com/googlesamples/unity-jar-resolver/issues/441 for more information.
680
+
681
+
682
+ **************
683
+ Version 6.1.0
684
+ **************
685
+
686
+ Plugin:
687
+ - Fixed https://github.com/googleads/googleads-mobile-unity/issues/1620
688
+ - Added support for iOS 14+ [same app key](https://developers.google.com/admob/ios/ios14)
689
+ - Added support for App Open ads.
690
+
691
+ Built and tested with:
692
+ - Google Play services 20.2.0
693
+ - Google Mobile Ads iOS SDK 8.8.0
694
+ - External Dependency Manager for Unity 1.2.165.
695
+
696
+ Known issue:
697
+ - iOS Resolver library cannot be loaded in Unity 2021.1.11 and 2021.1.12. It can be loaded properly with Unity 2021.1.10. See https://github.com/googlesamples/unity-jar-resolver/issues/441 for more information.
698
+
699
+ **************
700
+ Version 6.0.2
701
+ **************
702
+
703
+ Plugin:
704
+ - Fixed https://github.com/googleads/googleads-mobile-unity/issues/1677 This version requires Xcode 12.4 where the previous version required Xcode 12.5.1.
705
+ - You no longer need to enable "Link frameworks statically" for the Google Mobile Ads plugin to work.
706
+
707
+ Built and tested with:
708
+ - Google Play services 20.2.0
709
+ - Google Mobile Ads iOS SDK 8.8.0
710
+ - External Dependency Manager for Unity 1.2.165.
711
+
712
+ Known issue:
713
+ - iOS Resolver library cannot be loaded in Unity 2021.1.11 and 2021.1.12. It can be loaded properly with Unity 2021.1.10. See https://github.com/googlesamples/unity-jar-resolver/issues/441 for more information.
714
+
715
+ **************
716
+ Version 6.0.1
717
+ **************
718
+
719
+ Plugin:
720
+ - Fixed https://github.com/googleads/googleads-mobile-unity/issues/1613 where build error occurs on Unity 2021.
721
+ - Fixed https://github.com/googleads/googleads-mobile-unity/issues/1616 where iOS build contains undefined symbol.
722
+ - Automatically added SKAdNetworkIdentifiers recommended by https://developers.google.com/admob/ios/ios14#skadnetwork into generated iOS builds. You can manage the list of SKAdNetworkIdentifier values by editing `Assets/GoogleMobileAds/Editor/GoogleMobileAdsSKAdNetworkItems.xml`.
723
+
724
+ Built and tested with:
725
+ - Google Play services 20.0.0
726
+ - Google Mobile Ads iOS SDK 8.2.0
727
+ - External Dependency Manager for Unity 1.2.165.
728
+
729
+ Known issue:
730
+ - iOS Resolver library cannot be loaded in Unity 2021.1.11 and 2021.1.12. It can be loaded properly with Unity 2021.1.10. See https://github.com/googlesamples/unity-jar-resolver/issues/441 for more information.
731
+
732
+ **************
733
+ Version 6.0.0
734
+ **************
735
+
736
+ Plugin:
737
+ - Added support for GMA iOS SDK v8 and GMA Android SDK v20. Requires using GMA iOS SDK v8.0.0 or higher, and GMA Android SDK 20.0.0 or higher.
738
+ - Removed MobileAds.Initialize(string appId).
739
+ - Removed Birthday, Gender, TestDevices, TagForChildDirectedTreatment properties on AdRequest. TagForChildDirectedTreatment and TestDeviceIds properties are available under RequestConfiguration..
740
+ - Removed OnAdLeavingApplication event for all formats.
741
+ - Removed MediationAdapterClassName from all formats in favor of ResponseInfo.
742
+ - Removed Message from AdErrorEventArgs class in favor of AdError.
743
+ - Removed RewardBasedVideoAd in favor of RewardedAd.
744
+ - Added support for ad load errors, please see https://developers.google.com/admob/unity/ad-load-errors for details.
745
+ - Ad Manager integration now requires providing the app ID in the Unity Editor.
746
+ - Changed package format to contain compiled assemblies in DLL format in place of the uncompiled code.
747
+ - You need to enable "Link frameworks statically" in Unity Editor -> Assets -> External Dependency Manager -> iOS Resolver -> Settings, or else the GMA plugin does not work.
748
+
749
+ Built and tested with:
750
+ - Google Play services 20.0.0
751
+ - Google Mobile Ads iOS SDK 8.2.0
752
+ - External Dependency Manager for Unity 1.2.165.
753
+
754
+ **************
755
+ Version 5.4.0
756
+ **************
757
+
758
+ Plugin:
759
+ - Add support for iOS14 with Googles `SKAdNetwork` identifiers automatically included in
760
+ `Info.plist`.
761
+ - Added the RewardedInterstitialAd format. This feature is currently in private beta. Reach out to your account manager to request access.
762
+ - Added mock ad views to enable developers to test ad placement and callback logic within the Unity editor.
763
+ - Added fix for crash that occurs when attempting to show interstitial when app is closing.
764
+ - Added fix for crash that occurs when calling `GetResponseInfo()` on iOS before ad is loaded.
765
+
766
+ Built and tested with:
767
+ - Google Play services 19.5.0
768
+ - Google Mobile Ads iOS SDK 7.68.0
769
+ - External Dependency Manager for Unity 1.2.161.
770
+
771
+ **************
772
+ Version 5.3.0
773
+ **************
774
+
775
+ Plugin:
776
+ - Add InitializationStatusClient for Init callback in Unity Editor. Fixes #1394.
777
+ - Update to Android SDK version 19.3.0
778
+
779
+ Built and tested with:
780
+ - Google Play services 19.3.0
781
+ - Google Mobile Ads iOS SDK 7.63.0
782
+ - External Dependency Manager for Unity 1.2.156.
783
+
784
+ **************
785
+ Version 5.2.0
786
+ **************
787
+
788
+ Plugin:
789
+ - Added ResponseInfo class. See
790
+ https://developers.google.com/admob/unity/response-info for usage details.
791
+ - Fixes #1307 - issue with running in Unity Editor when targeting iOS platform.
792
+ - Fixes #1287 - issue where a crash is caused in equality check when AdSize is
793
+ null.
794
+ - Moved GoogleMobileAdsPlugin to GoogleMobileAdsPlugin.androidlib to ensure manifest
795
+ is picked up when building android app in Unity 2020. Fixes issue #1310. Thanks @pipe-alt!
796
+ - Fix error messages for iOS plugin.
797
+ - Added the DisableMediationInitialization() method to MobileAds.
798
+ Warning: Calling this method may negatively impact your Google mediation performance.
799
+ This method should only be called if you include Google mediation adapters in your app, but you
800
+ won't use mediate through Google during a particular app session (for example, you are running
801
+ an A/B mediation test).
802
+
803
+ Built and tested with:
804
+ - Google Play services 19.2.0
805
+ - Google Mobile Ads iOS SDK 7.60.0
806
+ - External Dependency Manager for Unity 1.2.156.
807
+
808
+ **************
809
+ Version 5.1.0
810
+ **************
811
+
812
+ Plugin:
813
+ - Added RequestConfiguration class. See
814
+ https://developers.google.com/admob/unity/targeting for usage details.
815
+ - Fixed issue with building for IL2CPP in versions of Unity 2017 and earlier.
816
+ - Adding missing imports for Unity 5.6 build (Thanks @EldersJavas !).
817
+ - Added GoogleMobileAds assembly definition.
818
+ - Added thread safety to GADUObjectCache in iOS plugin.
819
+ - Revised project structure. If upgrading from a previous version, delete
820
+ your GoogleMobileAds/ folder before importing this plugin.
821
+
822
+ Built and tested with:
823
+ - Google Play services 19.1.0
824
+ - Google Mobile Ads iOS SDK 7.58.0
825
+ - Unity Jar Resolver 1.2.152
826
+
827
+
828
+ **************
829
+ Version 5.0.1
830
+ **************
831
+
832
+ Plugin:
833
+ - Fixed issue with externs.cpp in pre-2019 versions of Unity
834
+
835
+ Built and tested with:
836
+ - Google Play services 19.0.0
837
+ - Google Mobile Ads iOS SDK 7.56.0
838
+ - Unity Jar Resolver 1.2.136
839
+
840
+ **************
841
+ Version 5.0.0
842
+ **************
843
+
844
+ Plugin:
845
+ - Removed preprocessor directives for custom assembly support.
846
+ - Fixed IL2CPP build support on Android.
847
+ - Updated to Google Play services 19.0.0.
848
+ - Updated minimum Android API level to 16.
849
+
850
+ Built and tested with:
851
+ - Google Play services 19.0.0
852
+ - Google Mobile Ads iOS SDK 7.56.0
853
+ - Unity Jar Resolver 1.2.136
854
+
855
+ **************
856
+ Version 4.2.1
857
+ **************
858
+
859
+ Plugin:
860
+ - Fixed issue with using `AdSize.FullWidth` API for apps that only support landscape.
861
+
862
+ Built and tested with:
863
+ - Google Play services 18.3.0
864
+ - Google Mobile Ads iOS SDK 7.53.1
865
+ - Unity Jar Resolver 1.2.135
866
+
867
+ **************
868
+ Version 4.2.0
869
+ **************
870
+
871
+ Plugin:
872
+ - Added support for using AdSize.FullWidth with Adaptive banner APIs.
873
+ - Added `GetRewardItem()` API for `RewardedAd`.
874
+ - Fixed issue with Android implementation of `GetPortraitAnchoredAdaptiveBannerAdSizeWithWidth`.
875
+
876
+ Built and tested with:
877
+ - Google Play services 18.3.0
878
+ - Google Mobile Ads iOS SDK 7.53.1
879
+ - Unity Jar Resolver 1.2.135
880
+
881
+ **************
882
+ Version 4.1.0
883
+ **************
884
+
885
+ Plugin:
886
+ - Released Anchored Adaptive Banner APIs.
887
+
888
+ Built and tested with:
889
+ - Google Play services 18.2.0
890
+ - Google Mobile Ads iOS SDK 7.51.0
891
+ - Unity Jar Resolver 1.2.130
892
+
893
+ **************
894
+ Version 4.0.0
895
+ **************
896
+
897
+ Plugin:
898
+ - Breaking change: The Android library included in this plugin is now distributed as an aar, and
899
+ lives at `Assets/Plugins/Android/googlemobileads-unity.aar'. If you are upgrading from a previous
900
+ version, remove the `Assets/Plugins/Android/GoogleMobileAdsPlugin' folder prior to importing this
901
+ latest version of the plugin.
902
+ - Added proguard support on Android.
903
+ - Update Android Google Mobile Ads SDK version to 18.2.0.
904
+ - Fixed a bug where the AdSize.SMART_BANNER banner size did not work on Unity 2019.2+.
905
+ - Added assertion to stop Android builds when Google Mobile Ads settings are invalid.
906
+
907
+ Built and tested with:
908
+ - Google Play services 18.2.0
909
+ - Google Mobile Ads iOS SDK 7.50.0
910
+ - Unity Jar Resolver 1.2.125
911
+
912
+ **************
913
+ Version 3.18.3
914
+ **************
915
+
916
+ Plugin:
917
+ - Update JAR resolver.
918
+
919
+ Built and tested with:
920
+ - Google Play services 18.1.1
921
+ - Google Mobile Ads iOS SDK 7.48.0
922
+ - Unity Jar Resolver 1.2.124
923
+
924
+ **************
925
+ Version 3.18.2
926
+ **************
927
+
928
+ Plugin:
929
+ - Update to Android release 18.1.1.
930
+
931
+ Built and tested with:
932
+ - Google Play services 18.1.1
933
+ - Google Mobile Ads iOS SDK 7.47.0
934
+ - Unity Jar Resolver 1.2.123
935
+
936
+ **************
937
+ Version 3.18.1
938
+ **************
939
+
940
+ Plugin:
941
+ - Add new Initialization API.
942
+ - Fixed Android compile error with PListProcessor.
943
+ - Removed reflection for improved IL2CPP support.
944
+ - Fixed iOS dependency to not use patch version.
945
+
946
+ Built and tested with:
947
+ - Google Play services 18.1.0
948
+ - Google Mobile Ads iOS SDK 7.46.0
949
+ - Unity Jar Resolver 1.2.122
950
+
951
+ **************
952
+ Version 3.18.0
953
+ **************
954
+
955
+ Plugin:
956
+ - Added GoogleMobileAdsSettings editor UI for making Plist / manifest changes.
957
+ - Fix OnRewardedAdFailedToShow callbacks.
958
+ - Migrated android support library to androidx (JetPack) with Google Mobile Ads
959
+ SDK version 18.0.0.
960
+
961
+ Built and tested with:
962
+ - Google Play services 18.0.0
963
+ - Google Mobile Ads iOS SDK 7.45.0
964
+ - Unity Jar Resolver 1.2.119
965
+
966
+ **************
967
+ Version 3.17.0
968
+ **************
969
+
970
+ Plugin:
971
+ - Revised Banner positioning code to use gravity instead of popup window.
972
+ - Tested Banner positioning with notched devices supporting Google P APIs.
973
+ - Added Rewarded Ads ServerSideVerificationOptions (thanks @halfdevil !)
974
+ - Fixed issue with PListProcessor macro.
975
+ - Added whitelist for apache http library (thanks @RolandSzep !)
976
+ - Specified package for gender enum (thanks @armnotstrong !)
977
+ - Added mediation extras for custom events (thanks SeanPONeil !)
978
+
979
+ Built and tested with:
980
+ - Google Play services 17.2.0
981
+ - Google Mobile Ads iOS SDK 7.44.0
982
+ - Unity Jar Resolver 1.2.111
983
+
984
+ **************
985
+ Version 3.16.0
986
+ **************
987
+
988
+ Plugin:
989
+ - Added new RewardedAd APIs support.
990
+ - Added PListProcessor to assist in adding the GADApplicationIdentifier
991
+ to iOS build Info.plist.
992
+
993
+ Built and tested with:
994
+ - Google Play services 17.2.0
995
+ - Google Mobile Ads iOS SDK 7.42.0
996
+ - Unity Jar Resolver 1.2.102.0
997
+
998
+ **************
999
+ Version 3.15.1
1000
+ **************
1001
+
1002
+ Plugin:
1003
+ - Fixed crash when adding mediation extras to ad request.
1004
+
1005
+ Built and tested with:
1006
+ - Google Play services 15.0.1
1007
+ - Google Mobile Ads iOS SDK 7.32.0
1008
+ - Unity Jar Resolver 1.2.88.0
1009
+
1010
+ **************
1011
+ Version 3.15.0
1012
+ **************
1013
+
1014
+ Plugin:
1015
+ - Forward Android ad events on background thread through JNI interface
1016
+ to mitigate ANRs.
1017
+
1018
+ Mediation packages:
1019
+ - Updated AppLovin Unity package to v3.0.3.
1020
+ - Updated Chartboost Unity package to v1.1.1.
1021
+ - Updated Facebook Unity package to v1.1.3.
1022
+ - Updated IronSource Unity package to v1.0.2.
1023
+ - Updated Nend Unity package to v2.0.0.
1024
+ - Updated Tapjoy Unity package to v2.0.0.
1025
+
1026
+ Built and tested with:
1027
+ - Google Play services 15.0.1
1028
+ - Google Mobile Ads iOS SDK 7.31.0
1029
+ - Unity Jar Resolver 1.2.79.0
1030
+
1031
+ **************
1032
+ Version 3.14.0
1033
+ **************
1034
+
1035
+ Plugin:
1036
+ - Fixed Google Play dependencies version conflict with Firebase plugins.
1037
+
1038
+ Mediation packages:
1039
+ - Updated AdColony Unity package to v1.2.1.
1040
+ - Updated AppLovin Unity package to v3.0.2.
1041
+ - Updated Chartboost Unity package to v1.1.0.
1042
+ - Updated Facebook Unity package to v1.1.2.
1043
+ - Updated InMobi Unity package to v2.1.0.
1044
+ - Updated IronSource Unity package to v1.0.1.
1045
+ - Updated Maio Unity package to v1.1.0.
1046
+ - Updated MoPub Unity package to v2.1.0.
1047
+ - Updated MyTarget Unity package to v2.1.0.
1048
+ - Updated Nend Unity package to v1.0.2.
1049
+ - Updated Tapjoy Unity package to v1.1.1.
1050
+ - Updated UnityAds Unity package to v1.1.3.
1051
+
1052
+ Built and tested with:
1053
+ - Google Play services 15.0.1
1054
+ - Google Mobile Ads iOS SDK 7.31.0
1055
+ - Unity Jar Resolver 1.2.75.0
1056
+
1057
+ **************
1058
+ Version 3.13.1
1059
+ **************
1060
+
1061
+ Plugin:
1062
+ - Fixed issue where banner ads reposition to top of screen after a full
1063
+ screen ad is displayed.
1064
+
1065
+ Built and tested with:
1066
+ - Google Play services 12.0.1
1067
+ - Google Mobile Ads iOS SDK 7.30.0
1068
+ - Unity Jar Resolver 1.2.64.0
1069
+
1070
+ **************
1071
+ Version 3.13.0
1072
+ **************
1073
+
1074
+ Plugin:
1075
+ - Added `OnAdCompleted` ad event to rewarded video ads.
1076
+ - Removed support for Native Ads Express.
1077
+
1078
+ Mediation packages:
1079
+ - Added Chartboost mediation support package.
1080
+ - Added MoPub mediation support package.
1081
+ - Updated AppLovin Unity package to v1.2.1.
1082
+ - Updated AdColony Unity package to v1.0.1.
1083
+ - Updated myTarget Unity package to v2.0.0.
1084
+
1085
+ Built and tested with:
1086
+ - Google Play services 12.0.1
1087
+ - Google Mobile Ads iOS SDK 7.30.0
1088
+ - Unity Jar Resolver 1.2.64.0
1089
+
1090
+ **************
1091
+ Version 3.12.0
1092
+ **************
1093
+
1094
+ Plugin:
1095
+ - Added `setUserId` API to rewarded video ads to identify users in
1096
+ server-to-server reward callbacks.
1097
+ - Removed functionality that forced ad events to be invoked on the
1098
+ main thread.
1099
+
1100
+ Mediation packages:
1101
+ - Updated maio Unity package to v1.0.1.
1102
+
1103
+ Built and tested with:
1104
+ - Google Play services 11.8.0
1105
+ - Google Mobile Ads iOS SDK 7.29.0
1106
+ - Unity Jar Resolver 1.2.61.0
1107
+
1108
+ **************
1109
+ Version 3.11.1
1110
+ **************
1111
+
1112
+ Plugin:
1113
+ - Fixed issue where calling GetWidthInPixels() or GetHeightInPixels() resulted
1114
+ in a null pointer exception.
1115
+
1116
+ Mediation packages:
1117
+ - Added Facebook mediation support package.
1118
+
1119
+ Built and tested with:
1120
+ - Google Play services 11.8.0
1121
+ - Google Mobile Ads iOS SDK 7.28.0
1122
+ - Unity Jar Resolver 1.2.61.0
1123
+
1124
+ **************
1125
+ Version 3.11.0
1126
+ **************
1127
+
1128
+ Plugin:
1129
+ - Updated Android ad events to be invoked on the main thread.
1130
+ - Added `MobileAds.SetiOSAppPauseOnBackground()` method to pause iOS apps when
1131
+ displaying full screen ads.
1132
+ - Fixed issue were banners repositioned incorrectly following an orientation
1133
+ change.
1134
+
1135
+ Mediation packages:
1136
+ - Added maio mediation support package.
1137
+ - Added nend mediation support package.
1138
+
1139
+ Built and tested with:
1140
+ - Google Play services 11.8.0
1141
+ - Google Mobile Ads iOS SDK 7.27.0
1142
+ - Unity Jar Resolver 1.2.61.0
1143
+
1144
+ **************
1145
+ Version 3.10.0
1146
+ **************
1147
+
1148
+ Plugin:
1149
+ - Updated Smart Banner positioning to render within safe area on iOS 11.
1150
+ - Added API to return height and width of BannerView in pixels.
1151
+ - Added SetPosition method to reposition banner ads.
1152
+ - Updated AppLovin Unity mediation package to support AppLovin initialization
1153
+ integration.
1154
+
1155
+ Mediation packages:
1156
+ - Added InMobi mediation support package.
1157
+ - Added Tapjoy mediation support package.
1158
+ - Added Unity Ads mediation support package.
1159
+ - Added myTarget mediation support package.
1160
+
1161
+ Built and tested with:
1162
+ - Google Play services 11.6.2
1163
+ - Google Mobile Ads iOS SDK 7.27.0
1164
+ - Unity Jar Resolver 1.2.59.0
1165
+
1166
+ *************
1167
+ Version 3.9.0
1168
+ *************
1169
+
1170
+ Plugin:
1171
+ - Implemented workaround for issue where ad views are rendered in incorrect
1172
+ position.
1173
+ - Resolved compatibility issues with Gradle 4.
1174
+ - Resolved comnpatilbity issues with older versions of Xcode.
1175
+
1176
+ Mediation packages:
1177
+ - Added API for video ad volume control.
1178
+ - Added AdColony mediation support package.
1179
+ - Added AppLovin mediation support package.
1180
+
1181
+ Built and tested with:
1182
+ - Google Play services 11.6.0
1183
+ - Google Mobile Ads iOS SDK 7.25.0
1184
+ - Unity Jar Resolver 1.2.59.0
1185
+
1186
+ *************
1187
+ Version 3.8.0
1188
+ *************
1189
+
1190
+ - Added support for Vungle mediation extras.
1191
+ - Updated ad views to render within safe area on iOS 11 when using predefined
1192
+ AdPosition constants.
1193
+ - Added MediationAdapterClassName() method to all ad formats.
1194
+ - Fixed issue where ad views are always rendered on the top of the screen for
1195
+ certain devices.
1196
+
1197
+ Built and tested with:
1198
+ - Google Play services 11.4.0
1199
+ - Google Mobile Ads iOS SDK 7.24.1
1200
+ - Unity Jar Resolver 1.2.59.0
1201
+
1202
+ *************
1203
+ Version 3.7.1
1204
+ *************
1205
+
1206
+ - Fix issue where banner and Native Express ads fail to show after being hidden.
1207
+
1208
+ Built and tested with:
1209
+ - Google Play services 11.4.0
1210
+ - Google Mobile Ads iOS SDK 7.24.0
1211
+ - Unity Jar Resolver 1.2.52.0
1212
+
1213
+ *************
1214
+ Version 3.7.0
1215
+ *************
1216
+
1217
+ - Updated dependency specification for JarResolver to use new XML format.
1218
+ - Resolved JarResolver incompatibility issues when using Firebase Unity plugins.
1219
+
1220
+ Built and tested with:
1221
+ - Google Play services 11.2.0
1222
+ - Google Mobile Ads iOS SDK 7.23.0
1223
+ - Unity Jar Resolver 1.2.48.0
1224
+
1225
+ *************
1226
+ Version 3.6.3
1227
+ *************
1228
+
1229
+ - Fixed serving of live ads to iOS simulator when simulator set as test
1230
+ device.
1231
+ - Reverted addition of mediation sub-directories to Plugin folder.
1232
+
1233
+ Built and tested with:
1234
+ - Google Play services 11.0.4
1235
+ - Google Mobile Ads iOS SDK 7.21.0
1236
+ - Unity Jar Resolver 1.2.35.0
1237
+
1238
+ *************
1239
+ Version 3.6.2
1240
+ *************
1241
+
1242
+ - Add mediation sub-directories to Plugin folder.
1243
+
1244
+ Built and tested with:
1245
+ - Google Play services 11.0.4
1246
+ - Google Mobile Ads iOS SDK 7.21.0
1247
+ - Unity Jar Resolver 1.2.35.0
1248
+
1249
+ *************
1250
+ Version 3.6.1
1251
+ *************
1252
+
1253
+ - Updated Unity Jar Resolver.
1254
+
1255
+ Built and tested with:
1256
+ - Google Play services 11.0.0
1257
+ - Google Mobile Ads iOS SDK 7.21.0
1258
+ - Unity Jar Resolver 1.2.32.0
1259
+
1260
+ *************
1261
+ Version 3.6.0
1262
+ *************
1263
+
1264
+ - Added method to initialize the GMA SDK.
1265
+ - Added FullWidth AdSize constant.
1266
+ - Fixed incompatibility with Gradle build system.
1267
+ - Updated iOS code to remove modular imports.
1268
+
1269
+ Built and tested with:
1270
+ - Google Play services 11.0.0
1271
+ - Google Mobile Ads iOS SDK 7.21.0
1272
+ - Unity Jar Resolver 1.2.31.0
1273
+
1274
+ *************
1275
+ Version 3.5.0
1276
+ *************
1277
+ - Fix ad views losing visibility after an activity change for certain devices
1278
+ (eg. Huaweai devices).
1279
+
1280
+ Built and tested with:
1281
+ - Google Play services 10.2.4
1282
+ - Google Mobile Ads iOS SDK 7.20.0
1283
+ - Unity Jar Resolver 1.2.20.0
1284
+
1285
+ *************
1286
+ Version 3.4.0
1287
+ *************
1288
+ - Fix native express and banner ad behavior where initializing and
1289
+ hidden ads create unclickable region.
1290
+
1291
+ Built and tested with:
1292
+ - Google Play services 10.2.1
1293
+ - Google Mobile Ads iOS SDK 7.19.0
1294
+ - Unity Jar Resolver 1.2.14.0
1295
+
1296
+ *************
1297
+ Version 3.3.0
1298
+ *************
1299
+ - Removed support for in-app purchases.
1300
+ - Fix positioning of ads in sticky-immersive mode.
1301
+ - Fix issue were ads larger than 320dp could not be rendered.
1302
+ - Fix incorrect positioning of ads in iOS for ad position BOTTOM.
1303
+ - Add rewarded video test ad units to HelloWorld sample app.
1304
+ - Suppress warnings for unused placeholder ad events.
1305
+
1306
+ Built and tested with:
1307
+ - Google Play services 10.2.0
1308
+ - Google Mobile Ads iOS SDK 7.18.0
1309
+ - Unity Jar Resolver 1.2.12.0
1310
+
1311
+ *************
1312
+ Version 3.2.0
1313
+ *************
1314
+ - Banner ads and native express ads display correctly on Unity 5.6.
1315
+ - Add ability to specify x, y location of ad views.
1316
+
1317
+ Built and tested with:
1318
+ - Google Play services 10.0.1
1319
+ - Google Mobile Ads iOS SDK 7.16.0
1320
+ - Unity Jar Resolver 1.2.9.0
1321
+
1322
+ *************
1323
+ Version 3.1.3
1324
+ *************
1325
+ - Fix incorrect invocation of events on ads failing to load.
1326
+
1327
+ Built and tested with:
1328
+ - Google Play services 10.0.0
1329
+ - Google Mobile Ads iOS SDK 7.15.0
1330
+ - Unity Jar Resolver 1.2.6.0
1331
+
1332
+ *************
1333
+ Version 3.1.2
1334
+ *************
1335
+ - Fix NPE when ad events are not hooked up.
1336
+
1337
+ Built and tested with:
1338
+ - Google Play services 9.8.0
1339
+ - Google Mobile Ads iOS SDK 7.13.0
1340
+ - Unity Jar Resolver 1.2.2.0
1341
+
1342
+ *************
1343
+ Version 3.1.1
1344
+ *************
1345
+ - Remove dependency on Android Support Library and update GMA iOS SDK
1346
+ version in `AdMobDependencies.cs`.
1347
+
1348
+ Built and tested with:
1349
+ - Google Play services 9.6.1
1350
+ - Google Mobile Ads iOS SDK 7.13.0
1351
+ - Unity Jar Resolver 1.2.2.0
1352
+
1353
+ *************
1354
+ Version 3.1.0
1355
+ *************
1356
+ - Integrate plugin with play-services-resolver-1.2.1.0.
1357
+ - Removal of CocoaPods integration.
1358
+
1359
+ Built and tested with:
1360
+ - Google Play services 9.6.0
1361
+ - Google Mobile Ads iOS SDK 7.12.0
1362
+ - Unity Jar Resolver 1.2.1.0
1363
+
1364
+ *************
1365
+ Version 3.0.7
1366
+ *************
1367
+ - Fix crash within OnAdLoaded ad event for rewarded video ads on iOS.
1368
+
1369
+ Built and tested with:
1370
+ - Google Play services 9.4.0
1371
+ - Google Mobile Ads iOS SDK 7.11.0
1372
+ - Unity Jar Resolver 1.2
1373
+
1374
+ *************
1375
+ Version 3.0.6
1376
+ *************
1377
+ - Add support for Native Ads express.
1378
+ - Fix compatibility issues with Android IL2CPP compilation.
1379
+ - Fix memory leak of C# client objects
1380
+
1381
+ Built and tested with:
1382
+ - Google Play services 9.4.0
1383
+ - Google Mobile Ads iOS SDK 7.10.1
1384
+ - Unity Jar Resolver 1.2
1385
+
1386
+ *************
1387
+ Version 3.0.5
1388
+ *************
1389
+ - Remove use of JSONUtility.
1390
+
1391
+ Built and tested with:
1392
+ - Google Play services 9.2.0
1393
+ - Google Mobile Ads iOS SDK 7.8.1
1394
+ - Unity Jar Resolver 1.2
1395
+
1396
+ *************
1397
+ Version 3.0.4
1398
+ *************
1399
+ - Fix Podfile compatibility with CocoaPods 1.0.0.
1400
+ - Add support for DFP custom native ad formats.
1401
+
1402
+ Built and tested with:
1403
+ - Google Play services 9.0.0
1404
+ - Google Mobile Ads iOS SDK 7.8.1
1405
+ - Unity Jar Resolver 1.2
1406
+
1407
+ *************
1408
+ Version 3.0.3
1409
+ *************
1410
+ - Restrict simultaneous rewarded video requests on Android.
1411
+
1412
+ Built and tested with:
1413
+ - Google Play services 8.4.0
1414
+ - Google Mobile Ads iOS SDK 7.7.0
1415
+
1416
+ *************
1417
+ Version 3.0.2
1418
+ *************
1419
+ - Fix compatibility issues with Google Mobile Ads iOS SDK 7.7.0
1420
+
1421
+ Built and tested with:
1422
+ - Google Play services 8.4.0
1423
+ - Google Mobile Ads iOS SDK 7.7.0
1424
+
1425
+ *************
1426
+ Version 3.0.1
1427
+ *************
1428
+ - Update preprocessor directives for iOS post build setup
1429
+ - Add request agent to all ad requests from plugin
1430
+
1431
+ Built and tested with:
1432
+ - Google Play services 8.4.0
1433
+ - Google Mobile Ads iOS SDK 7.6.0
1434
+
1435
+ *************
1436
+ Version 3.0.0
1437
+ *************
1438
+ - Add support for Custom In-App purchase flow on Android
1439
+ - Add CocoaPods integration and automated build settings for iOS projects
1440
+ - Use JarResolver plugin to resolve Google Play services client dependencies
1441
+ - Ad events for banners and interstitials refactored with new names
1442
+
1443
+ Built and tested with:
1444
+ - Google Play services 8.4.0
1445
+ - Google Mobile Ads iOS SDK 7.6.0
1446
+
1447
+ *************
1448
+ Version 2.3.1
1449
+ *************
1450
+ - Move IInAppBillingService into its own JAR
1451
+
1452
+ *************
1453
+ Version 2.3.0
1454
+ *************
1455
+ - Add support for In-App Purchase house ads on Android
1456
+
1457
+ *************
1458
+ Version 2.2.1
1459
+ *************
1460
+ - Fix for Android manifest merge issues on Unity 4.x
1461
+ - Fix for TouchCount issue on Unity 5.0
1462
+
1463
+ ***********
1464
+ Version 2.2
1465
+ ***********
1466
+ - Support for Unity 5.0 & ARC
1467
+ - Additional Banner positions
1468
+ - iOS Ads SDK 7.0.0 compatibility
1469
+
1470
+ ***********
1471
+ Version 2.1
1472
+ ***********
1473
+ - Support for Interstitial Ads
1474
+ - Ad events use EventHandlers
1475
+
1476
+ ***********
1477
+ Version 2.0
1478
+ ***********
1479
+ - A single package with cross platform (Android/iOS) support
1480
+ - Mock ad calls when running inside Unity editor
1481
+ - Support for Banner Ads
1482
+ - Custom banner sizes
1483
+ - Banner ad events listeners
1484
+ - AdRequest targeting methods
1485
+ - A sample project to demonstrate plugin integration
1486
+
1487
+ ***********
1488
+ Version 1.2
1489
+ ***********
1490
+ - Initial Android version with Google Play services support
1491
+ - Support for Banner Ads only
1492
+
1493
+ ***********
1494
+ Version 1.1
1495
+ ***********
1496
+ - Initial iOS only version
1497
+ - Support for Banner Ads only
1498
+
1499
+ ***********
1500
+ Version 1.0
1501
+ ***********
1502
+ - Initial version for Android (using now deprecated legacy Android SDK)