Made with NativeScript-VUE
- Need to configure the Firebase to download the configuration file following this;
- Need to configure the admob pub id
com.google.android.gms.ads.APPLICATION_ID
inAndroidManifest.xml
file onAndroid App Resource
folder; - Need to configure the admob pub id
GADApplicationIdentifier
inInfo.plist
file oniOS App Resource
folder; - Need to configure the following variables on
.env
file: (need to create on the root folder)ANDROID_ADMOB_REWARDED_VIDEO_ID
: Admob rewarded video id for Android;IOS_ADMOB_REWARDED_VIDEO_ID
: Admob rewarded video id for iOS;
Just run ns debug android
Just run ns debug ios
You can use ns doctor
to check if everything is ok.