Fix AdMob history banner and refine Felica history mapping

This commit is contained in:
2026-04-24 21:32:56 +07:00
parent 8f0b001501
commit 7882f77a27
6 changed files with 289 additions and 38 deletions

View File

@ -156,7 +156,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
private func startAdMobSDKIfNeeded() {
guard !hasStartedAdMob else { return }
hasStartedAdMob = true
// GADMobileAds.sharedInstance().requestConfiguration.testDeviceIdentifiers = ["7b42e513861d6b0c9f07529b748930c0"]
// GADMobileAds.sharedInstance().requestConfiguration.testDeviceIdentifiers = ["ae454ddf2186e5ac7871bf705de41098"]
GADMobileAds.sharedInstance().start { [weak self] _ in
DispatchQueue.main.async {
self?.homeVC?.loadBannerAd()