Adding AdMob to Ionic
Hi, I would go for Admob-Free… It’s really simple to use and it lets you do all you need… there is a nice article for getting the concept here Medium – 16 Apr 20 Monetize your app with Admob in your...
View ArticleIonic Ads not working with AdMob Id
It also happened to me… I think admob needs to get some time to fill your ID with some ads… I publish a nice article for Ionic5 in medium https://link.medium.com/sPyP2QuVP5
View ArticleWorking app with Admob free plugin?
Yes, it looks admob takes 2-3 days to implement it. I published a nice article in Medium https://link.medium.com/sPyP2QuVP5
View ArticleIonic doesn't work with AdMob?
I published a nice tutorial, you can check it in medium https://link.medium.com/sPyP2QuVP5
View ArticleIonic Admob Free Plugin cordova-plugin-admob-free
I published an articule in medium that could help you, Medium – 16 Apr 20 Monetize your app with Admob in your ionic 5 app. Admob is one of the easiest way to monetize your app, it’s clean and...
View ArticleAdmob ionic Ads not showing
Have you set up the service with their IDs? I publish an article on how to integrate the ads in Ionic5. Medium – 16 Apr 20 Monetize your app with Admob in your ionic 5 app. Admob is one of the easiest...
View ArticleAdmob banner ad (even the test ones) not visible in Ionic 4 Android app
I wrote an articule in medium, it may help you with your integration. Medium – 16 Apr 20 Monetize your app with Admob in your ionic 5 app. Admob is one of the easiest way to monetize your app, it’s...
View ArticleAdMob Free not working (Failed to load...
Hi there, Have you tried to declare the ads config at the beggining? I published an article in medium for ionic5, perhaps it can help you. Medium – 16 Apr 20 Monetize your app with Admob in your ionic...
View ArticleAdmob banner ad (even the test ones) not visible in Ionic 4 Android app
Going through it. Thank you!
View ArticleAdmob banner ad (even the test ones) not visible in Ionic 4 Android app
I don’t know. I only see that both Plugins are from the same Developer, who said using ** admob-plus** is preferred. The latest Commit to the Free was May 2019 and the latest to plus was 9 days ago,...
View ArticleProblems async method
Thank you ! Works well. So if i understand correctly, Observable is more suitable for a database subscription ? Encore désolé pour mon anglais Bonne semaine.
View Article{"headers":{"normalizedNames":{},"lazyUpdate":null,"headers":{}},"status":0,"...
this tute shows an example of the new format that worked for me when i facing the same issue https://www.positronx.io/create-ionic-angular-http-service/
View ArticleiOS Build Failed Neither Config
Hi, I try to build an iOS package but I’ve this error : “Neither config.xml for Cordova nor capacitor.config.json for Capacitor found” ! Capture853×453 48.4 KB
View ArticleLocal notifications not working when app is closed or killed
For anyone who may still have this issue, it could be the Battery Optimisation feature on some Android devices. Try turn that off for your app from the settings and see if that works. If it does maybe...
View ArticleEvents ion-picker
Hello everyone, i’m trying to display a message before opening the picker using the event ionPickerWillPresent. But i don’t know how to use it properly. Can you help me pls ? This is how i create the...
View ArticleHow to serve ionic in light mode instead of light mode
while I am building my app, when i serve it, browser shows the app in the dark mode by default, how do I switch to the light mode so that i can also see how it looks without the dark mode ?
View ArticleHttp.post with Dialogflow v2 in Ionic 4
Hello @laoc81 where you able to solve this problem ?
View Articleion-item-sliding multiple selection
I had a ionic3 project with a list of notifications using ion-item-sliding items. You could select one or multiple notifications (items). Everytime you slid an item to the right, the notification was...
View ArticleHow to serve ionic in light mode instead of light mode
You can either comment out the dark mode css in variables.scss, or change your system settings.
View ArticleHow to pass selected as formControl value in Reactive Form?
I am trying to add a <ion-radio-group> to a reactive form in my Ionic / Angular app. Here is the Typescript: ngOnInit() { this.form = new FormGroup({ userType: new FormControl(null, { updateOn:...
View Article