admob_flutter icon indicating copy to clipboard operation
admob_flutter copied to clipboard

GMA SDK 7.64.0

Open MrVipinVijayan opened this issue 3 years ago • 12 comments

Hi,

Could you please update the SDK with GMA SDK 7.64.0. Admob consoles are showing warnings because of this and it may affect revenue.

Thanks Vipin

MrVipinVijayan avatar Mar 20 '21 01:03 MrVipinVijayan

There is a problem when compiling this plugin with the latest versions of Firebase Analytics.

[!] CocoaPods could not find compatible versions for pod "GoogleAppMeasurement":
      In Podfile:
        admob_flutter (from `.symlinks/plugins/admob_flutter/ios`) was resolved to 1.0.0, which depends on
          Google-Mobile-Ads-SDK (~> 7.64) was resolved to 7.67.0, which depends on
            GoogleAppMeasurement (~> 6.0)

        firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`) was resolved to 8.1.0, which depends on
          Firebase/Analytics (= 8.0.0) was resolved to 8.0.0, which depends on
            Firebase/Core (= 8.0.0) was resolved to 8.0.0, which depends on
              FirebaseAnalytics (~> 8.0.0) was resolved to 8.0.0, which depends on
                FirebaseAnalytics/AdIdSupport (= 8.0.0) was resolved to 8.0.0, which depends on
                  GoogleAppMeasurement (= 8.0.0)

efraespada avatar May 19 '21 01:05 efraespada

@efraespada did you solve this ?

loicgeek avatar May 21 '21 10:05 loicgeek

I am unable to submit a new version to AppStore due this error. I have exactly the same error here after upgrade firebase dependencies.

FernandoUFS avatar May 27 '21 18:05 FernandoUFS

How do I fix this? my project does not even compiles anymore, needs sdk 8.0

armandojimenez avatar May 28 '21 04:05 armandojimenez

EDIT: Never mind. The actual plugin code doesn't seem to be compatible with the newer version.

Didn't actually test and I don't know what it could break (close to zero iOS knowledge), but bumping the version in podspec in my fork fixed pod install for me.

If you'd like to give it a go, in your pubspec:

admob_flutter:
  git:
    url: https://github.com/xiprox/admob_flutter
    ref: ca12b8407a052e79fdbab18f7f4f0579c6453402

xiprox avatar Jun 02 '21 16:06 xiprox

Hello @xiprox , the above commit does not seem to work. There are a lot of missing arguments, and extra arguments error after using your change.

Below is a small example, but there are 100s of errors.

/Users/frankyvij/development/flutter/.pub-cache/git/admob_flutter-ca12b8407a052e79fdbab18f7f4f0579c6453402/ios/Classes/AdmobInterstitialPlugin.swift:99:39: error: cannot find 'GADInterstitial' in scope let interstantialAd = GADInterstitial(adUnitID: interstantialAdUnitId)

frankyvij avatar Jun 06 '21 05:06 frankyvij

Same here, @xiprox any update?

penguru avatar Jun 13 '21 20:06 penguru

I had to completely move to google official ad package because of this, and also seems this package is not maintained anymore

armandojimenez avatar Jun 13 '21 21:06 armandojimenez

Same here, I gave up.. I will continue with https://pub.dev/packages/google_mobile_ads, event it's beta..

penguru avatar Jun 14 '21 16:06 penguru

I did the same thing

Same here, I gave up.. I will continue with https://pub.dev/packages/google_mobile_ads, event it's beta..

FernandoUFS avatar Jun 14 '21 23:06 FernandoUFS

Same here, I gave up.. I will continue with https://pub.dev/packages/google_mobile_ads, event it's beta..

That package is the future anyway. No way I can keep up this side project vs a google sponsored package. I'm planning on sunsetting this package and support that one in the near future.

kmcgill88 avatar Jun 15 '21 00:06 kmcgill88

@loicgeek I stopped using this plugin and moved to native_admob_flutter. Basically is the same plugin.. 😕

efraespada avatar Jun 24 '21 13:06 efraespada