I am trying to submit an app to the appstore and they say I have to put an alert everytime the user taps on ads, I already put it but, when I click on the ad, it leads me to the browser anyway, how can I tell the app to wait til I click on continue or cancel?
Thanks for any help!
Edit
I'm using Admob for the ads, and here is the function where I suppose should be a condition to give the user a choice if he wants to be taken out of the app to see the ad or stay.
/// Tells the delegate that a user click will open another app (such as /// the App Store), backgrounding the current app. func adViewWillLeaveApplication(_ bannerView: GADBannerView) { print("Put a condition here where the user choose between open the ad or stay in the app") }