Appodeal ads not showing up when using corona build : 2017.3023

Hi everyone  :) 

I am having a problem with appodeal integration. The appodeal ads are not showing up. When I used corona build 2016.3016 the ads were showing. Now using corona build 2017.3023, the app is not showing any ads.

In   2016.3016 build I had these plugins in build.lua : 

plugin.google.play.services
shared.android.support.v4
plugin.appodeal
plugin.flurry.analytics
CoronaProvider.native.popup.social

 

In 2017.3023 build I am using these plugins :
plugin.appodeal
plugin.flurry.analytics
CoronaProvider.native.popup.social 

I have removed these plugins plugin.google.play.services

_shared.android.support.v4 _per the suggestion of coronalabs help. Now the appodeal ads are not showing up. I tried including back these 2  plugins when appodeal help told me to include the plugins ,I tried now with the new build but the ads are not showing up. Except when the ads were supposed to show up a loading spinner is shown and then few seconds later the intended composer scene is shown. 

The uploaded screenshot was taken when this one-time message was shown. 

Any help would be very much appreciated.

Well the error is pretty straight forward. You have to go to the Appoeal site, follow their instructions to link your AdMob account to Appodeal. This is something on their side. You will need Google Chrome because they have a plugin for Chrome that does most all the work for you.

Rob

Both build 3016 and 3023 include the same version of the Appodeal plugin. Also plugin.google.play.services should not be included in the plugin list starting with Corona build 3005. (shared.android.support.v4 has never been needed)
 
I tried building an app with Appodeal using 2017.3023 and I have no issues with ads loading and displaying properly.
 
There are two things I’d like you to check:

  • It’s very important that you enter the *exact* same package id (example: “com.mycompany.appname”) in the Corona build dialog that you used when you registered your app in the Appodeal dashboard. If they don’t match 100% Appodeal will not function properly.
     
  • Appodeal recently made changes to their setup which requires you to re-sync your AdMob account. Please log in to the Appodeal dashboard and verify that all your apps are marked as “OK” in the AdMob column.

I have checked the package id and it is same. And as for the admob syncing I did that before and it was working then and in the appodeal dashboard admob syncing shows OK. Let me see and I have contacted appodeal for help. I will post later what I learned. 

I just found out that I made a silly mistake. I forgot to change the Appodeal app key from amazon one to google play one when building for google play. 

Well the error is pretty straight forward. You have to go to the Appoeal site, follow their instructions to link your AdMob account to Appodeal. This is something on their side. You will need Google Chrome because they have a plugin for Chrome that does most all the work for you.

Rob

Both build 3016 and 3023 include the same version of the Appodeal plugin. Also plugin.google.play.services should not be included in the plugin list starting with Corona build 3005. (shared.android.support.v4 has never been needed)
 
I tried building an app with Appodeal using 2017.3023 and I have no issues with ads loading and displaying properly.
 
There are two things I’d like you to check:

  • It’s very important that you enter the *exact* same package id (example: “com.mycompany.appname”) in the Corona build dialog that you used when you registered your app in the Appodeal dashboard. If they don’t match 100% Appodeal will not function properly.
     
  • Appodeal recently made changes to their setup which requires you to re-sync your AdMob account. Please log in to the Appodeal dashboard and verify that all your apps are marked as “OK” in the AdMob column.

I have checked the package id and it is same. And as for the admob syncing I did that before and it was working then and in the appodeal dashboard admob syncing shows OK. Let me see and I have contacted appodeal for help. I will post later what I learned. 

I just found out that I made a silly mistake. I forgot to change the Appodeal app key from amazon one to google play one when building for google play.