Other B4i v3.00 has been released - Erel    Oct 25, 2016   (19 reactions) #Entitlement attribute. Adds a declaration to the entitlement file. This is a new requirement. For example if your app supports push notifications then you need to add this line (assuming that you are using the distribution key, which you should): #Entitlement: <key>aps-environment</key><string>pro B4A Example [B4XPages] Admob Example - asales    Sep 25, 2024   (38 reactions) Check this other excellent example from @Jack Cole.
To help the new members to make money with B4A, I tried to compile all the relevant Admob code (except mediation) of the forum in this example and put comments and links.
This is a work in progress.
Any code and sample to improve this example are B4i Tutorial B4i Change Log (versions history) - Erel    Dec 04, 2024   (1 reaction) Adds a declaration to the entitlement file. This is a new requirement. For example if your app supports push notifications then you need to add this line (assuming that you are using the distribution key, which you should): #Entitlement: <key>aps-environment</key><string>production</string> Push n B4A Library AdsHelper extends FirebaseAdMob2 / Google Mobile Ads v20.0+ - Jack Cole (first post)    Jun 09, 2021   (18 reactions) I wanted to share an update I made to this class and example.
Added:
support for rewarded video ads
events for rewarded video
events for rewarded interstitial
events for open ads
added parameter for open ads for setting the background delay before allowing the ad to show
incorporated native ad exa B4A Class AdsHelper Extension for Traditional B4A apps & more - Jack Cole    Jun 19, 2021   (21 reactions) I wanted to share an update I made to the AdsHelper class and example.
Added:
support for rewarded video ads
events for rewarded video
events for rewarded interstitial
events for open ads
added parameter for open ads for setting the background delay before allowing the ad to show
incorporated nati B4A Library HMS - Huawei SDK - Erel    Apr 14, 2024   (35 reactions) jar #AdditionalJar: hms-greendao-api-3.3.0.jar #AdditionalJar: hms-datastore-annotation-1.4.0.300.jar #AdditionalJar: hms-drm-2.5.4.302.aar #AdditionalJar: hms-apptouch-5.0.2.300.aar #AdditionalJar: hms-ads-banner-13.4.30.301.aar #AdditionalJar: hms-ads-base-13.4.30.301.aar #AdditionalJar: hms-ads-i B4A Class arfRewardedAd - Reward Ads for AdMob2 - arfprogramas    Jun 11, 2021   (10 reactions) Intersticial As Boolean, AdUnit As String, AutoLoad As Boolean, NonPersonalizedAds As Boolean) Intersticial = True -> Rewarded Intersticial Ad -> https://developers.google.com/admob/android/rewarded-interstitial Intersticial = False -> Rewarded Ad -> https://developers.google.com/admob/android/rewar B4A Question Subscribe to library updates - Pendrush (first post)    Sep 09, 2020   (1 reaction) Update for AdManager Library v1.00
- Added Rewarded Ads as third type of Ads.
- Example app is also updated.
https://www.b4x.-library.122111/ B4A Tutorial FirebaseAdMob - Rewarded video ads - Erel    May 31, 2018   (7 reactions) Edit: Google AdMob does support rewarded ads without mediation.
You can use this unit id to test it: rewardAd.LoadAd("ca-app-pub-3940256099942544/5224354917")
Make sure to use FirebaseAdMob v1.51+
FirebaseAdMob v1.30 adds support for rewarded video ads. Rewarded video ads are video ads where the us B4i Tutorial AdMob - Rewarded video ads - Erel    Oct 09, 2016   (3 reactions) AdMob v1.50 (included in B4i v3.0) adds support for rewarded video ads.
Rewarded video ads are video ads where the user is rewarded if he watches the full video.
How is the user rewarded is up to you. In many games for example, the users will receive an extra life if they watch the video ad.
AdMo Page: 1   2   3   4   5   6   7   Powered by ColBERT |