4

AdMob ads are not showing for iOS builds in the last couple of days. It used to work and I didn't change anything.

  • iOS - 9.3.5
  • IDE - NetBeans 8.0.2
  • CodenameOne Plugin - 3.5.2
  • OS - Windows 7
Hardik Vaghani
  • 2,163
  • 24
  • 46
meserie
  • 119
  • 6

3 Answers3

1

Google deprecated the old admob library and discontinued it. We need to update to the latest version for ads to keep working. We plan on updating the cn1lib within the near future, I'm assuming that is the implementation you are referring to.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65
  • Which old versions of AdMob were deprecated? – Daniel Storm Sep 03 '16 at 11:41
  • 1
    I was thinking about the answer from Carlos: https://groups.google.com/forum/#!topic/google-admob-ads-sdk/DeqKJQx_rgk – Shai Almog Sep 04 '16 at 02:46
  • I'm talking about the banner ads. These are still showing in Android but nor showing in iOS. – meserie Sep 05 '16 at 12:27
  • I'm guessing it's the same issue expressed in banner ads due to changes to google play services. You can file an issue on this but I think the right solution would be to move this to an external cn1lib like the interstitial ads. – Shai Almog Sep 06 '16 at 04:30
1

AdMob ads are not showing because for iOS 9 http URL’s are blocked by Apple. They show up by using the build hint

ios.plistInject=<key>NSAppTransportSecurity</key><dict><key>NSAllowsArbitraryLoads</key><true/></dict>
meserie
  • 119
  • 6
0

Take a look at this

https://groups.google.com/forum/#!topic/google-admob-ads-sdk/DeqKJQx_rgk

Based on that the deadline is September 15, so your problem isn't related to this.

Carlos Verdier
  • 245
  • 2
  • 10