Hello FF community,
I have setup interstitial ads on my FF app.
It works great on :
- Android (Simulator AND real device)
- IOS (Only simulator)
Somehow, on the real IOS device (through xCode or even TestFlight), the ad is not showing with the following error : LoadAdError(code: 1, domain: com.google.admob, message: Request Error: No ad to show., responseInfo: ResponseInfo(responseId: XXX, mediationAdapterClassName: null, adapterResponses: []))
Is it because of some IOS Permission on real device where I have to ask "Allow XXX to track your activity across other companies apps and websites ? (Permission
NSUserTrackingUsageDescription)Is it because the app has to be published ? (Found some people saying this, but cannot find any official documentation mentioning this)