GoogleMobileAds cannot be implemented

Asked 2 years ago, Updated 2 years ago, 91 views

I want to implement GoogleMobileAds to display ads, but it doesn't work.
I managed to check GoogleMobileAds settings myself.

Enter a description of the image here

Enter a description of the image here

In my opinion

override func viewDidLoad() {
super.viewDidLoad()

classViewController:UIViewController,
AVAudioPlayerDelegate {

I think it is a matter of hierarchy.
This is my first time using two SDKs, so I'm confused.

I would appreciate it if you could let me know if anyone knows.
Thank you for your cooperation.

swift ios admob

2022-09-30 14:07

1 Answers

invalid redeclaration od 'ViewController'
Maybe we need to solve first
US>Declaring the same class and getting an error of ! for the second time

That's why neither request nor bannerView can be seen from the second class, so it's probably an error


2022-09-30 14:07

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.