B4A Library AppLovin Ads - Social Advertising

ykucuk

Well-Known Member
Licensed User
Longtime User
hello stulish,

i tried but doesnt work (Interstitial). could you share example project please

thank you
 
Last edited:

ykucuk

Well-Known Member
Licensed User
Longtime User
hi susu,

i know this page. its exactly same code.

i get banner but no Interstitial.

when i try Interstitial screen be darker but no adv on it.
 

susu

Well-Known Member
Licensed User
Longtime User
I used their Interstitial and it works well. You can post your code here, I'll check it for you.
 

ykucuk

Well-Known Member
Licensed User
Longtime User
my code is only ALAdView.ShowInterstitial() in Activity Create sub
 

susu

Well-Known Member
Licensed User
Longtime User
Correct code is:
Dim AL as Applovin
AL.ShowInterstitial
 

susu

Well-Known Member
Licensed User
Longtime User
You need to check this list:

1. Did you add these code to Manifest Editor?
B4X:
AddApplicationText(<meta-data android:name="applovin.sdk.key"
                    android:value="YOUR SDK KEY" />)
AddApplicationText(<activity android:name="com.applovin.adview.AppLovinInterstitialActivity" />)

2. Did you download "applovin-sdk-5.1.1.jar" from Applovin website and rename it to "applovin-sdk.jar" then copy to Additional libraries folder. Download B4A plugin from Applovin website, extract and copy 2 files to Additional libraries folder.

3. In Libs tab of B4A IDE, tick on "applovin-basic4android-library-1.0" and "applovin-sdk"

4. Check Applovin Dashboard -> Manage Apps -> select your app. In "Interstitial Frequency Capping", tick on "Do not frequency cap Interstitials". Click Save.

5. Open your app on real device and be sure you connected to internet.

6. If it still not work, you need to contact Applovin
 

susu

Well-Known Member
Licensed User
Longtime User
Yes, your code works fine. Maybe there's no inventory for your country. You should ask Applovin for help.
 

susu

Well-Known Member
Licensed User
Longtime User
I don't know why but Applovin deleted their B4A Plugin. You can ask them to create a new one.
 

Jaames

Active Member
Licensed User
Longtime User
I wrote them an email, waiting for reply, In the meantime I tried wrapper from the first post and it is working in both cases , banner and interstitials with applovin latest SDK...
 

Stulish

Active Member
Licensed User
Longtime User
I have had one of my Apps removed due to the AppLovin part of it apparently it is non-compliant with developer policies, does anyone know when they are updating the B4A plugin to make it compliant?

thanks
 

MaxApps

Active Member
Licensed User
Longtime User
I too had an app banned, due to Applovin.
Also got a warning, that my account could be closed, if it happens again.
 

Stulish

Active Member
Licensed User
Longtime User
I just had an email from AppLoving saying they wont be supporting B4A, so eitehr someone has to create a wrapper or, i will have to look elsewhere.
 

ilan

Expert
Licensed User
Longtime User
I wrote them an email, waiting for reply, In the meantime I tried wrapper from the first post and it is working in both cases , banner and interstitials with applovin latest SDK...

hi james, have you wrote a wrapper for the latest SDK?

i have just contact applovin about a plugin for B4a/B4i and thats their answer:

 

Jaames

Active Member
Licensed User
Longtime User
hi james, have you wrote a wrapper for the latest SDK?

i have just contact applovin about a plugin for B4a/B4i and thats their answer:
Unfortunately not. I'm using only admob now, it is only ad network that works for me.
 

rleiman

Well-Known Member
Licensed User
Longtime User
Hi,

Thanks for the library.

I installed it and signed up for applovin but I did not see any tutorial in this thread on implementing it into my app. I would like to add it as a custom view so the banner ad would show up on the top of my main screen when the app opens.

It also had the apploven-sdk jar file missing so I downloaded version 6 from the applovin web site and downloaded it and renamed it to apploven-sdk.jar and my app compiled so I'm assuming I must have done the correct thing. If there was anything else I needed to do please let me know.

Thanks in advance.

Truly,
R. Leiman
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…