Publishing To App Stores

I don’t use mediation but still have those options. Maybe age of account or how much revenue has been earned?

There was a notification in the AdMob UI on Dec 8th that the ‘other app stores’ option was now available to me.

I got that too, so I went ahead and added one of my Amazon apps to AdMob, configured it up on my end and did a build. Unfortunately, from the look of things, AdMob may be ready for the Amazon Appstore, but our AdMob plugin isn’t. Here’s the error I got:

I/Corona  (21915): ERROR: Runtime error
I/Corona  (21915): java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/ads/RequestConfiguration$Builder;
I/Corona  (21915): Java Stack Trace:
I/Corona  (21915): 	plugin.admob.LuaLoader$Init.invoke(LuaLoader.java:557)
I/Corona  (21915): 	com.naef.jnlua.LuaState.lua_pcall(Native Method)
I/Corona  (21915): 	com.naef.jnlua.LuaState.call(LuaState.java:564)
I/Corona  (21915): 	com.ansca.corona.CoronaLua.dispatchEvent(CoronaLua.java:140)
I/Corona  (21915): 	network.NetworkRequest$LuaCallback$1.executeUsing(NetworkRequest.java:612)
I/Corona  (21915): 	com.ansca.corona.CoronaRuntimeTaskDispatcher$TaskEvent.Send(CoronaRuntimeTaskDispatcher.java:179)
I/Corona  (21915): 	com.ansca.corona.events.EventManager.sendEvents(EventManager.java:100)
I/Corona  (21915): 	com.ansca.corona.Controller.updateRuntimeState(Controller.java:319)
I/Corona  (21915): 	com.ansca.corona.graphics.opengl.CoronaGLSurfaceView$CoronaRenderer.onDrawFrame(CoronaGLSurfaceView.java:434)
I/Corona  (21915): 	com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1625)
I/Corona  (21915): 	com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1380)
I/Corona  (21915): 	at init (External Function)
I/Corona  (21915): 	at initialize (?:0)
I/Corona  (21915): 	at updateAds (?:0)
I/Corona  (21915): 	at (Unknown Function) (?:0)