Closed erperejildo closed 2 years ago
same issue
Same issue
same issue here
@bdlukaa any update about this?
Maybe someone can fix this issue and put into new git repository. I think the author is really busy...
Maybe someone can fix this issue and put into new git repository. I think the author is really busy...
maybe this comment helps?
Maybe someone can fix this issue and put into new git repository. I think the author is really busy...
This is blocking my iOS update. Don't mind to hear that but at least something just to know I can wait or not
Hello! Please, see #58. I don't have a mac neither an iphone to give you support. All the ios support come from the community
We really need to have support for both platforms since Flutter users are facing many problems related to showing ads.
I asked the question there but not having a iOS support is a really a negative point IMO when the opportunity to make this package more standard is perfect now:
@erperejildo hey bro, maybe you can try this solution, it's work for me. But i hope the author will updating this issue.
In native_admob_flutter/ios/Classes/Banner/BannerAdView.swift line 9: try change from:
private var adSize: GADAdSize = kGADAdSizeBanner
to :
private var adSize: GADAdSize = GADAdSizeFromCGSize(CGSize(width: 320, height: 100))
This is just create a default adSize when you're not inserting custom size. The condition can be found in line 38
thanks for that @yusriltakeuchi. I see that it's merged already
@bdlukaa I see you closed this but any plans to release this soon? I get this error with above fix:
'FLTGoogleMobileAdsPlugin.h' file not found on #import "FLTGoogleMobileAdsPlugin.h"
When I try to update pods and everything the package removes the manual change
Hi, my app release is also blocked because of this issue. Could you please release another update? 🙏
You can use the master branch as your dependencies:
dependencies:
native_admob_flutter:
git: https://github.com/bdlukaa/native_admob_flutter.git
You can use the master branch as your dependencies:
dependencies: native_admob_flutter: git: https://github.com/bdlukaa/native_admob_flutter.git
why not releasing a new version?
Facing this issue too. @bdlukaa please deploy to pub.dev. Using the git dependency is not the best practice.
can we open this issue again until it is deployed please?
I'm getting this issue that stops me from compiling on iOS. Using 1.5.0.
Android is fine