Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Presenting AdMob Interstitial & Reward ads in fullscreen using iOS 13, Xcode 11 #86

Closed
itsabhiaryan opened this issue Oct 15, 2019 · 1 comment

Comments

@itsabhiaryan
Copy link

itsabhiaryan commented Oct 15, 2019

I just updated my Xcode to 11.1 and tried to run my app on a iOS 13 device.

I have an issue with Admob interstitial & Reward ads not being presented in fullscreen. Attach a screenshot to demonstrate, and you can see the top of adView isn't located at the top.

IMG_2747

Dependency that I'm using :

Under mobidevelop group :

  • robovm-gradle-plugin = 2.3.7 / 2.3.8-SNAPSHOT
  • roboVMVersion = 2.3.7 / 2.3.8-SNAPSHOT
  • robopodsVersion= 2.2.3-SNAPSHOT

and

  • gdxVersion = 1.9.10
  • GoogleMobileAds.framework = 7.33.1
  • iPhoneOS = 13.1

Also I saw this thread, according to this we need to update GoogleMobileAds.framework to latest 7.50.0 version.

@itsabhiaryan itsabhiaryan changed the title Presenting interstitial & Reward ad in fullscreen in iOS 13 Xcode 11 Presenting AdMob Interstitial & Reward ads in fullscreen using iOS 13, Xcode 11 Oct 15, 2019
@itsabhiaryan
Copy link
Author

Issue was not with snapshot version of robopods. Just need to update GoogleMobileAds.framework
to latest version.

I was getting crash with latest version of GoogleMobileAds.framework because I missed to add GADApplicationIdentifier tag in Info.plist file.

Tested banner, interstitial & RewardVideoAd with below dependency :

  • robovm-gradle-plugin = 2.3.8-SNAPSHOT
  • roboVMVersion = 2.3.8-SNAPSHOT
  • robopodsVersion = 2.2.3-SNAPSHOT
  • gdxVersion = 1.9.10
  • GoogleMobileAds.framework = 7.52.0
  • iPhoneOS = 13.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant