我正在尝试将一个应用提交到应用商店,他们说我必须在用户每次点击广告时都发出警报,但我已经放置了它,但是当我点击广告时,无论如何它将引导我进入浏览器,如何告诉应用程序等待,直到我单击继续或取消?
感谢您的帮助!
修改
我正在为广告使用Admob,这是我想应该提供的条件,可以让用户选择是否要退出应用程序查看广告或停留。
/// 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") }