Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Error using Inmobi plugin — Gideros Forum

Error using Inmobi plugin

SimplesAppsSimplesApps Member
edited June 2014 in General questions

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:error:]: unrecognized selector sent to class 0x397c08
2014-06-18 22:00:14.264 MyApp[2229:a603] +[IMCommonUtil serializeObject:error:]: unrecognized selector sent to class 0x397c08
"

@ar2rsawseen Is the Inmobi plugin outdated? Maybe the problem is "inmobi:showAd("468x60")" ?

Thanks.

Comments

Sign In or Register to comment.