EddyVerbruggen / nativescript-admob

NativeScript plugin to earn some precious :moneybag::moneybag: with ads by Google AdMob
MIT License
69 stars 26 forks source link

Hardcoding Symbols #73

Closed mudlabs closed 5 years ago

mudlabs commented 5 years ago

How where you able to log out the values of these symbols? https://github.com/EddyVerbruggen/nativescript-admob/blob/5579cae0837d4bcf3df5e5379ddd5ca942f03e08/src/admob.ios.js#L38

I'm trying to find the value of kGADAdLoaderAdTypeUnifiedNative. I've tried;

But all I ever get is the error;

EddyVerbruggen commented 5 years ago

Did you try console.log("kGADAdLoaderAdTypeUnifiedNative: " + kGADAdLoaderAdTypeUnifiedNative)? Otherwise IDK..

mudlabs commented 5 years ago

Yep; doesn't output.

mudlabs commented 5 years ago

It's "6" StackOverflow.