Excellent work @oseamiya
What a trick
great work, Extremely incredibly useful extension
@Faraz_Firoz @SRIKAR_B.S.S @Aquib_Khan @Hades
Thankyou so much !
Also, Some extension has been updated aswell as App-Open Ad is added. I've edited these changes in documentation too.
-
Admob Sdk extension is updated commit. It now have total of 5 blocks. Now you can set/change targeting of audience from this extension. You can find about targeting from here.
-
Admob Banner extension is updated commit. Now you can customize size of banner ads while loading the banner ad. Now you can set size to banner size, medium rectangle size, large banner size, full banner size and your own custom size.
-
Added AppOpen Ad commits. Now you can add App-Open ad in your application.
the extension is not working at all
Ad failed to load error message: No ad config
Interstitial ads shows runtime error and it can`t be rebuilt using rush after fixing this error
Are you using companion ?
This error occurs if Ad request was not filled due to lack of availability of ads. If you are getting in Test Rewarded id then try with your own admob reward ad. I guess you will not get this error in real id.
whether I am using the companion or the compiled app, no ads load
would you please upload an aia file?
works great for me now , thanks
I called this method on Screen1.initalize, it worked for some time but now it gives me this error.
What can be the problem?
You need to ask a permission when screen Initialize
When Screen1 Initialize
Call Screen1 AskForPermission permission name = android.permission.ACCESS_NETWORK_STATE
Delete old AdmobSdk
extension & use this : com.oseamiya.admobsdks
I have not added this permission in manifest thinking that it will added by default . Later on I read this post but forgot to update the extension. Extension has been updated now.
Now it works thanks
My application consists of 3 screens, do I have to initialize sdk on each screen?
no I tried
You can initialize AdMob once the application starts (Screen1), you also can initialize it in other screens but you don't need to, once is enough.
You can use SetAdUnitId
block to set your ad unit id .
Also, Now AdUnitId is added in designer property.