I was unable to implement the ads through Unity into XCode as I keep experiencing Linker errors even after trying every possible fix.
So now I am looking at implementing the ads within XCode itself. However, I want to implement the ads so that they only appear in a single scene as ported from Unity. I am wondering how I can access this scene within XCode so that I can add the code for the ads to appear for this scene only.
I have managed to get my app working on Android but like I said, am having issues building in XCode. My unity project contains a plugin that creates the admob banner view and whatnot but when that is included XCode throws Linker errors. So I want to find a work around where I can just add the ads in XCode but only for a certain scene.
Any help is greatly appreciated, cheers!