RevMob banner ads won't display
问题 Alright so this is the code I'm using but banner ads won't seem to load up. Testing mode is on but nothing shows up at all. let completionBlock: () -> Void = { //Custom method defined below self.banner?.showAd() self.bannerView?.showAd() } let failureBlock: (NSError!) -> Void = {error in print("Gifting Chaos Session failed to start with error: \(error.localizedDescription)") } RevMobAds.startSession(withAppID: "myKEY", withSuccessHandler: completionBlock, andFailHandler: nil) bannerView? =