Thanks, Sunny. Just a quick question: Is the extension also compatible with Kodular? I'm just starting out in the app world and I'm still not sure which platform I'll be working with.
Yes, if you have Kodular premium.
Payment made and email sent privately. Thank you.
After installing the app via the APK, test ads were displayed. However, when I closed the app and restarted it, the ads no longer appeared. Is this behavior normal? Also, is it necessary to set up ads for each screen?
Show a video demo of your issue. Also note that providing ads is upto Admob.
You only need to call the AdMobāSDK āInitializeā block once per app launch (not once per screen). In a multiāscreen each screen is its own Activity but they all share the same underlying Application process, so:
- Place your
AdMob.Initialize
block in Screen1.Initialize. That way, as soon as your app starts, the SDK is set up. - On all other screens, just drop in your Ad component (Banner, Interstitial, etc.) and use itāyou donāt need to reācall the initialization block.
It worked well. Thank you very much.
The problem is solved. Thank you very much.
Hello, I'm interested in purchasing this extension, but I am wondering if you are working on or planning to release a version for the latest SDK (24.5.0)?
It'll be updated for sure. Either when I feel sdk is stable or major sdk version is released.
Alright so I just got the extension and uploaded the demo .aia and built it, but running the app causes it to crash.
I updated the app ID and unit ID to my own personal admob account, and it still crashes.
I am using the same build account as to the one given for the license key.
Did you paste license key in designer property of AdmobAds extension? If no then that's the reason.
Otherwise pm the apk.
I used the sample aia and buılt the app but it crashes . I did really not understand how to use the extension.
- Is this, which to use?
- I did not understand what to do with manifest editor. Should I build for each banner and intersitials separetly manifest-extensions and upload to the app? (I tried just for the banner, but it also did not help).
- What about Niotron ide? Need I it also?
- the licence key is pasted to sdk.
Maybe you got aia from illegal way
No, I purchased it just a couple hours ago.
Use this tool to add admob application id to app:
https://sunnythedeveloper.in/tools/manifest/
You don't need Niotron IDE
Everything runs perfect now.
I thank Developer for his friendly support very much.
I have now this problem, has anybody any idea about it?
Both of the ads (banner and initial) are showing marked as "test ad".
They are in designer screen and in blocks screen not as test checked.
At first installing of the app the ad is normal. But After closing and reopening the app this "test ad" is coming.
Beta version 2.1 with Admob SDK 24.6.0 has been uploaded in drive folder.