Skip to content Skip to sidebar Skip to footer

Delphi Xe7 Tbannerad Not Showing Ad On Android

I'm trying to test run some admob ads via the TBannerAd component in Delphi xe7, to see if it will work on ios and android. Upon testing the ad seems to load on IOS but on Android

Solution 1:

Just checking the obvious - have you enabled the AdMob Service option on the entitlements page in the project options?

The entitlements page is new in Delphi XE7, so may not have been set up, and so won't pull in the required Google advertising library into the final binary. This will cause a lack of functionality, despite the manifest file looking fine.

See online documentation for more details.

Post a Comment for "Delphi Xe7 Tbannerad Not Showing Ad On Android"