[SOLVED] AdMob appId is not supported anymore!!

Hello, when I run my game on a real device I get this error from console:

admob.init(listener, options), options.appId is not supported anymore. Move it to plist

I searched but I din’t found any information about this error, any suggestion about this? It seems the ads works fine.

It means that your AdMob app ID is supposed to be in your build.settings, as explained in the documentation.
Presumably, you are doing that already, which is why you are still getting ads. The error message you are seeing is just AdMob letting you know that it is ignoring the appid parameter in your init call.

1 Like