I’m just testing Google AdMob plugin from MBS (@Christian_Schmitz ).
It’s very easy to install and test.
The sample code is easy to understand and to apply in my own app.
I just have a question about those lines of code from the demo app:
dim RequestConfiguration as GADRequestConfigurationMBS = sharedInstance.requestConfiguration
dim TestDeviceIdentifiers() as string
TestDeviceIdentifiers.append RequestConfiguration.GADSimulatorID
The last line seems to be use only for a a Test Device (simulator). In production mode what do I have to implement for real device?