Search Issue Tracker
Fixed in 2017.2.X
Votes
10
Found in
5.6.1p1
Issue ID
914726
Regression
Yes
[Regression][Android] Banner Ads are invisible but clickable
Steps to reproduce:
1. Open user provided project
2. Build to device
3. Press "Show banner"
Expected result: Banned Ad shown at the bottom of the screen
Actual result: The ad is not shown
Reproduced on: 5.6.0b3, 5.6.0b5, 5.6.0b11, 5.6.0f3, 5.6.1p1, 2017.1.0b6
Not reproduced on: 5.5.3p3, 5.6.0b1, 5.6.0b2
Regression introduced in: 5.6.0b3
Devices under testing:
Reproduced on:
Google Pixel, OS:7.1.2, CPU:arm64-v8a, GPU:Adreno (TM) 530, Build:google/sailfish/sailfish:7.1.1/NOF26V/3636322:user/release-keys
Samsung Galaxy S7, OS:7.0, CPU:arm64-v8a, GPU:Mali-T880, Build:samsung/heroltexx/herolte:7.0/NRD90M/G930FXXU1ZPK3:user/release-keys
Xiaomi Mi 5s, OS:6.0.1, CPU:arm64-v8a, GPU:Adreno (TM) 530, Build:Xiaomi/capricorn/capricorn:6.0.1/MXB48T/V8.0.10.0.MAGCNDH:user/release-keys
Not reproduced on:
iPad Pro 9.7" iOS 10.2.1
Fixed in: 2017.2.0a4
Backported to: 5.6.1p4, 2017.1.0f1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Sprite Renderer with Animation does not reflect Sprite changes in the Scene when switching Mask Interaction
- Error "NullReferenceException: Object reference not set to an instance of an object" is present when loading 3D text mesh in Player from an asset bundle that is built with an older Editor version
- Text overlaps when displaying CJK and Latin characters on GameObject Label Icons
- User is redirected to a non-existing online documentation link when clicking on "?" help button inside Inspector window while Animator Override Controller is selected
- [URP] Bake reflection probes option also bakes lightmaps
vourkosa
Jun 21, 2017 12:41
You can read more on what actually happened behind the scenes with this issue at the following article https://goo.gl/jMwQ21
zaniocz
Jun 20, 2017 14:39
Fixed in 5.6.1p4 (https://unity3d.com/unity/qa/patch-releases/5.6.1p4)
(916119) - Android: Fixed a regression where Banner Ads are invisible, but still clickable.
mnievas
Jun 14, 2017 21:45
I have the same issue with Facebook Ads... I need to update the software but I Cant.. Please.. can you fix this issue??? I don't know what else to do.... thanks a lot
vourkosa
May 26, 2017 11:46
I am one of the engineers in the networks affected with Unity 5.6 update.
This is relevant to this:
https://forum.unity3d.com/threads/unity-5-6-0b3-android-plugin-cant-show-native-textview-or-layout.453193/
and this:
https://fogbugz.unity3d.com/default.asp?902648_ds59pqgjtlmhhll9
With Unity 5.6 you cannot add a view on top of the SurfaceView of Unity. Most of ad networks call addContentView to place their ads. This way all ad network solutions do not work with this new update of Unity since their views have the wrong Z order. AdMob released an update to their plugin where they render their ads in a PopupWindow which has it's own view hierarchy in a different window and it's placed on top of everything.
That could be a workaround but it will not work for the majority of the cases since in Android PopupWindow (or a Dialog) has a lot of limitations restricting this way the behaviour of the plugins.
Please provide a fix in the next update allowing adding a content view on top of Unity's surface view as it used to work.