@deleurapps
EXCELLENT!
@deleurapps
EXCELLENT!
@deleurapps
Can you also confirm whether the plugin is ready to support the fact that Google is deprecating the use of Android ID as a unique identifier and moving to an Advertising Identifier? Other plugins have had a few issues recently, so I just want to be sure that if I include this plugin in a Google Play app that it won’t suddenly stop working in a few weeks time.
I would like to buy the Amazon plugin.
Is it ready to display interstitial?
I don’t see any doc in the website.
@deleurapps
Sorry to bug you with so many questions, but you mentioned on Friday that the Amazon interstitials are working now and being pushed to the Corona servers. Do you know if this has gone through yet, and if so is there any updated documentation to go with it as I can’t see any changes to the docs here:
http://gremlininteractive.com/corona-plugins-documentation/amazon-ads-plugin-documentation/
Is the plugin working on iOS for other people? Whenever I try to build project that includes it, I still get a build error (albeit a different one to before):
/Users/me/Builds/MyApp.app/.build/libtemplate/Builder.lua:310: \<error\>{"status":256,"message":"Undefined symbols for architecture armv7:\n \"\_OBJC\_CLASS\_$\_CTTelephonyNetworkInfo\", referenced from:\n objc-class-ref in libAmazonAd.a(AMAdConfiguration.o)\nld: symbol(s) not found for architecture armv7\nclang: error: linker command failed with exit code 1 (use -v to see invocation)"}\</error\> stack traceback: [C]: ? [C]: in function 'assert' /Users/me/Builds/MyApp.app/.build/libtemplate/Builder.lua:310: in function 'checkError' /Users/me/Builds/MyApp.app/.build/libtemplate/Builder.lua:333: in function 'build' ?: in function 'buildExe' ?: in function \<?:624\>
The many other plugins in my app are fine, just the AmazonAds one that causes problems.
My build.settings file includes this:
plugins = { ["plugin.amazonAds"] = { publisherId = "com.deleurapps"}, }
and my main.lua has this:
-- Initialize the Amazon Ads library amazonAds = require "plugin.amazonAds" amazonAds.init({ appKey = "myKeyString", licenseKey = "ABCDE-FGHIJK-LMNOP-QRSTU"}, amazonAdListener)
Have I missed something by mistake? Does it work on iOS for anyone else? I know that Gremlin are no longer supporting their plugins, but this one was made by deleurapps so if they could let me know what the situation is that would be helpful.
The error you’re getting looks like a misconfiguration of the required frameworks for the plugin. The CoreTelephony.framework seems to be missing from your project.
Side note
One problem with the situation is that Deleurapps were using Gremlin’s services for sales and license servers, and I have no idea how that will affect the Amazon Ads plugin in production. Gremlin have removed the license requirements for their own plugins and I’m not sure if the same goes for the Amazon Ads plugin. I’d assume since Gremlin has stepped out of the Corona Plugin business that the license validation they were performing has ceased for all of the plugins, including AmazonAds.
Only Deleurapps will be able to answer this though.
Luckily I’ve developed my own Amazon Ads plugin. However I’ve only made the Android version so far as I use other networks for iOS.
I would like to know the status of the Amazon ad plugin as well now that Gremlin Interactive is out of the plugin business.
Hello!
Right now I am trying to contact the Corona team to make my own deal similar to what Gremlin Interactive had. I want to continue selling the plugin, and gremlin backing out is a little bump in the road. If I do set up my own store, everyone who bought the amazon ads plugin will still have access to it. Right now I believe that gremlin said that amazon ads plugin should continue to work for those who already purchased it.
Best,
DeleurApps
This is super. Hopefully you can get a deal in place and even add more plugins down the road.
That’s what I’m hoping for. I have about 10 different plugins ready to be published
Any news about the plugin with interstitial.
I would like to know about interstitials too before the sale goes off, are they coming?
Store is not working. I couldn’t buy the amazon ads plugin. Please update me!
http://gremlininteractive.com/product/amazon-ads-plugin-for-the-corona-sdk/
What is the appKey? Where can I find mine? I can’t find any explanation inside the documentation, so it is really necessary?
amazonAds.init({appKey = “sample-app-v1_pub-2”, testMode = true, licenseKey = “licenceKey”}, Callback)
BTW: Interstitial ads still not working. :unsure:
HINT: It would be great to have an ads.height() function working with Amazon banner ads.
GremlinInteractive are no longer working with Corona:
If you read deleurapps post a few posts before yours, he is trying to work something out for the amazonads plugin.
@Corona1634: Thanks, we recently released our Dog puzzle game in Amazon store for both phone and Fire TV. Still we are waiting to incorporate Amazon Ads and Game circle to qualify for Amazon select program.
@deleurapps: Could you please update us about Amazon Ads and Game circle plugin? Thanks!
The interstitial update just went up on the servers!
you may check out the updated documentation here: http://gremlininteractive.com/corona-plugins-documentation/amazon-ads-plugin-documentation/
@florca please check out the amazon quick start guide on how to implement their advertisement here: https://developer.amazon.com/public/apis/earn/mobile-ads/android
the appKey is the applicationKey that you get from the amazon dashboard which tells the amazon servers who is displaying the ads
@deleurapps
Great! Can you also make sure that the static libraries/jar files for this plugin is also available on Gremlin Interactive’s website for us Enterprise users?
At the moment I only get a 404 Not found error when trying to download the Amazon plugin from the website.
Am I doing something wrong? It seems like the listener function is NEVER called, neither when initialising the plugin nor when calling show()