Got it, haha. Well you can only develop Corona plugins on a mac so…
We will get in touch with Corona to see why that is happening. It should find the plugin regardless, as their are simulator stubs in place. It finds them from our testing.
Thanks for pointing out that Chartboost issue, we will check that out also.
Sorry to spam you with messages, but I’ve now moved onto my amazon builds and when I try to build an apk I get the following error message:
A device build error occurred on the server. BuildID: 53bd5f207494d Error: Get plugin failed. Publisher: com.gremlininteractive Plugin: plugin.chartboost
Something definitely seems wrong with the Android builds. I thought it was because I’d included the android-kindle platform, but that doesn’t seem to have fixed it.
When I try and build any android build which include the chartboost plugin in its build.settings file, I get the same error:
--- A device build error occurred on the server. BuildID: 53bd7265baedc Error: Get plugin failed. Publisher: com.gremlininteractive Plugin: plugin.chartboost ---
Aha, my bad. I thought we were talking about the Kiip plugin. Sorry, lots of moving parts.
You are correct, the Chartboost plugin isn’t available yet for Android. We are working on it and should have it released at the end of the week (that’s the plan).
Also, I notice that Chartboost also supports the Amazon app store, which is something that many of the ad providers don’t do. Do you think it’s likely that this would be implemented as well?
I presume it’s actually the same calls with a “store” argument or something provided since it’s Android. It would be great to have this if it’s not too much trouble.
This is just pure speculation at the moment, but I think Admob might be able to target different stores (Google/Amazon/Samsung) with the same set-up. I believe their SDK queries which store apps are available on the device and shows ads for the ones it finds.
As said I’m not 100% certain about this, but I’m going to conduct a test to see if this is true or not. I hope so, as it would open up another advertising platform for those stores.
We had real problems with Admob, which I’ve reported to Corona but haven’t heard anything back yet (another user reported they had experienced the same issue). It was preventing Facebook login from working for some reason.
You would just call the function that the sample has attached to the button:
kiip.saveMoment { momentName = "A Super Prize!", --call this whatever you want value = 5, listener = function( event ) -- Print the event table items for k, v in pairs( event ) do print( k, ":", v ) end end, }