iOS Question AdMob Issues

hanyelmehy

Well-Known Member
Licensed User
Longtime User

AdMob Issues​


I have a few questions and problems related to AdMob:


  1. Permissions
    Does AdMob require any of the following permissions or descriptions in the iOS app’s Info.plist file?
    • In-App Purchases
    • NSBluetoothAlwaysUsageDescription
    • NSCameraUsageDescription
  2. Ad Formats
    I can’t find clear documentation or examples on how to implement other AdMob ad formats such as:
    • Rewarded Interstitial
    • Native Advanced
    • App Open Ads
  3. UMP Consent Information
    When using UMPConsentInformation, it always returns false when testing with an Ad Hoc build, even for regions outside the UK.
  4. Interstitial Ads
    When using InterstitialAd.Show(SPage1), the ad displays correctly the first time.
    However, when called a second time, it doesn’t show and no error message is displayed. (InterstitialAd.isready return true ,and i alreadr call RequestAd after first one closed)
 
Top