Ads admob problem old iOS phone

Hi,

on this iPhone model (read from Corona console):

[Device] Platform: iPhone / iPhone2,1 / 6.1.6 / PowerVR SGX 535 / OpenGL ES 2.0 IMGSGX535-73.16.1 / 2016.2830 

Ads plugin seems no works.

The execution is blocked after this code:

ads.init("admob", myAppId, myListener)

The ads is settings well, It works with all Android device and most recent iPhone (>4).

There is no error (app no crash, console is silent) and the “myListener” is never called.

The only log is this after the ads init:

[Device] luaopen\_CoronaProvider\_ads\_admob

What’s the problem? 

Thank you

Simone

Any suggestions? :frowning:

My app is on the store and other iPhone with this OS version have the same problem. My only solution is to use MinimumOSVersion in building settings.

Thank you.

Hi Simone,

This page suggests that AdMob’s SDK by itself does not support iOS 6.x:

https://developers.google.com/admob/ios/download

Thank you for the tips, but where You’ve read this information?

From this url https://developers.google.com/admob/ios/quick-start#prerequisites, seems that min versioni is 6.0!

Hi Simone,

I think that reference to 6.0 is talking about the version of Xcode to target. If you look further down that page, you’ll notice they specify 7.0 as an iOS version.

Brent

Ok… The final solution is that I will use admob only if platform version of iOS platform is >= 7.

I only set up as MinimumOS is version 7.0 and don’t support 6.0 :slight_smile: It is working.

Any suggestions? :frowning:

My app is on the store and other iPhone with this OS version have the same problem. My only solution is to use MinimumOSVersion in building settings.

Thank you.

Hi Simone,

This page suggests that AdMob’s SDK by itself does not support iOS 6.x:

https://developers.google.com/admob/ios/download

Thank you for the tips, but where You’ve read this information?

From this url https://developers.google.com/admob/ios/quick-start#prerequisites, seems that min versioni is 6.0!

Hi Simone,

I think that reference to 6.0 is talking about the version of Xcode to target. If you look further down that page, you’ll notice they specify 7.0 as an iOS version.

Brent

Ok… The final solution is that I will use admob only if platform version of iOS platform is >= 7.

I only set up as MinimumOS is version 7.0 and don’t support 6.0 :slight_smile: It is working.