I have a few questions and problems related to AdMob:
Permissions
Does AdMob require any of the following permissions or descriptions in the iOS app’s Info.plist file?
In-App Purchases
NSBluetoothAlwaysUsageDescription
NSCameraUsageDescription
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
UMP Consent Information
When using UMPConsentInformation, it always returns false when testing with an Ad Hoc build, even for regions outside the UK.
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)