let adLoader = GADAdLoader(
adUnitID: strAdUnitId,
rootViewController: nil,
adTypes: [.dfpBanner, .unifiedNative],
Hi Shubhendu,
Thank you for reaching out to us.
You can show native and banner ads together in your app, yes, although banner ads do not use a GADAdLoader in order to be used (kindly see this page for further details). You will have to request the banner and native ads separately, and only use a GADAdLoader for the latter.
|
||||||
let adLoader = GADAdLoader(
adUnitID: strAdUnitId,
rootViewController: nil,
adTypes: [.dfpBanner, .unifiedNative],
|
||||||