I’m working Google AdMob Adverts integration, I’ve come accross an issue like,
I’ve to indicate Personalised Adverts or Non-Personalised Adverts,
To Present Personalised Adverts, because the doc said we have now to make use of
UserDefaults.customary.set(false, forKey: "gad_rdp")
If anybody labored on this associated to the above and GoogleAds Loading, After setting the above situation,
Find out how to load PersonalizedAds
Present utilization of Loading Adverts in a UITableViewCell
cell.adLoader = GADAdLoader(adUnitID: self.adUnitID, rootViewController: self.isFromViewController, adTypes: [.native], choices: nil)
cell.adLoader.delegate = self
cell.adLoader.load(GADRequest())