We tested this on an iPad Air and the height is returned correctly (not 0). Also, it’s not a “latest build issue” because AdMob is a plugin, which is not dependent on the latest build.
I urge you to carefully check your code and ensure that you didn’t change even the slightest thing between the earlier test and the more recent test.
Thanks for the input. My adMob code is kinda ‘static’, as it is stable and not touched for the past few months.
After drilling down more, I manage to pin the problem. It is actually when I call the new ‘notifications.registerForPushNotifications()’ which is part of the new push-notification plugin “plugin.notifications”
When I do not call this ‘notifications.registerForPushNotifications()’, the ads.height returns the correct issue. I don’t see how the notification and adMob is linked, but it seems to be happening.
Thanks for exploring this. Can I ask you to follow the standard bug report process so we can track and prioritize this? Otherwise this may get lost in the shuffle of communication amongst the team.
We tested this on an iPad Air and the height is returned correctly (not 0). Also, it’s not a “latest build issue” because AdMob is a plugin, which is not dependent on the latest build.
I urge you to carefully check your code and ensure that you didn’t change even the slightest thing between the earlier test and the more recent test.
Thanks for the input. My adMob code is kinda ‘static’, as it is stable and not touched for the past few months.
After drilling down more, I manage to pin the problem. It is actually when I call the new ‘notifications.registerForPushNotifications()’ which is part of the new push-notification plugin “plugin.notifications”
When I do not call this ‘notifications.registerForPushNotifications()’, the ads.height returns the correct issue. I don’t see how the notification and adMob is linked, but it seems to be happening.
Thanks for exploring this. Can I ask you to follow the standard bug report process so we can track and prioritize this? Otherwise this may get lost in the shuffle of communication amongst the team.