I have an app with the next sentences to use Inmobi ads (with the Ads Interface plugin):
inmobi = Ads.new("inmobi")
inmobi:setKey("my key")
inmobi:showAd("468x60")
… apart from the event.AD_FAILED, AD_RECEIVED, etc. listeners.
When testing in the Xcode using the Inmobi plugin out these errors:
"
+[IMCommonUtil generateUUID]: unrecognized selector sent to class 0x397c08
2014-06-18 22:00:07.826 MyApp[2229:7b03]
** EXCEPTION ** INMOBI___ startSession - +[IMCommonUtil generateUUID]: unrecognized selector sent to class 0x397c08
[gideros] starting render thread.
2014-06-18 22:00:11.282 MyApp[2229:a603] +[IMCommonUtil serializeObject
]: unrecognized selector sent to class 0x397c08
2014-06-18 22:00:14.264 MyApp[2229:a603] +[IMCommonUtil serializeObject
]: unrecognized selector sent to class 0x397c08
"
@ar2rsawseen Is the Inmobi plugin outdated? Maybe the problem is "inmobi:showAd("468x60")" ?
Thanks.
Comments
@ar2rsawseen Have you read my question?
Thanks.
https://play.google.com/store/apps/developer?id=SimplesApps
http://www.amazon.com/gp/mas/dl/android?p=com.simplesapps.actionbasket
https://itunes.apple.com/artist/david-rodriguez/id763996989
Now looking at the AdsInterface code, are you using the latest Ads Interface version? Because there are no more IMCommonUtil.h for inmobi, it was deprecated some versions ago.
For Inmobi the files and library have 23/12/2013 as modification date.
https://play.google.com/store/apps/developer?id=SimplesApps
http://www.amazon.com/gp/mas/dl/android?p=com.simplesapps.actionbasket
https://itunes.apple.com/artist/david-rodriguez/id763996989