Given Admob ios plugin warning

I took the admob plugin from latest daily enterprise release (CoronaEnterprisePlugins.2014.2467) , but

  1. strangely the folder name of the admob plugin is 2013.1076, indicating it’s a bit old

  2. indeed, when run on ios, admob prints a warning about it being old version 6.8.0 and recommends 6.12.0 for better ios8 support.

Anyone knows something about this ?

isn’t daily releases page supposed to be latest versions of the plugins too ?

The 2013.1076 isn’t too much to worry about. That’s usually just the version of Corona when the plugin was introduced.

However, if you’re getting the 6.8.0 warning, then it seems like CoronaLabs have forgotten to update the Enterprise plugin to the latest version. The “standard” daily build has been updated if I remember correctly.

I’ve developed my own Admob plugin for iOS/Android since this has been an issue for a long time, and I wanted more control over the components in my workflow. I also wanted to get away from the ads.* API as I found it limiting in its implementation.

The 2013.1076 isn’t too much to worry about. That’s usually just the version of Corona when the plugin was introduced.

However, if you’re getting the 6.8.0 warning, then it seems like CoronaLabs have forgotten to update the Enterprise plugin to the latest version. The “standard” daily build has been updated if I remember correctly.

I’ve developed my own Admob plugin for iOS/Android since this has been an issue for a long time, and I wanted more control over the components in my workflow. I also wanted to get away from the ads.* API as I found it limiting in its implementation.