Im using startApp to display ads but when the view disappears it doesn't show the ad. I have startAppAd = STAStartAppAd()
in viewDidLoad()
I'm not quite sure what is going wrong.
override func viewDidAppear(_ animated: Bool) {
startAppAd?.load()
}
override func viewDidDisappear(_ animated: Bool) {
super.viewDidDisappear(animated)
startAppAd?.show()
}