marcojak / MTAdmob

Admob plugin for Xamarin Android and iOS
https://www.xamarinexpert.it/admob-made-easy/
160 stars 26 forks source link

[Xamarin.iOS] Failed to resolve "Google.MobileAds.RewardBasedVideoAdDelegate" reference from "Google.MobileAds #103

Open banhthanhvi opened 2 years ago

banhthanhvi commented 2 years ago

I get this error when build Xamarin.iOS release Failed to resolve "Google.MobileAds.RewardBasedVideoAdDelegate" reference from "Google.MobileAds, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
what am I missing?

I use:

marcojak commented 2 years ago

Hi,

As written in the readme,

Is not supported yet and for now you need to use the previous version. After you downgrade it, the project will build again.

Cheers, Marco

On Wed, 6 Apr 2022, 09:12 banhthanhvi, @.***> wrote:

I get this error when build Xamarin.iOS release Failed to resolve "Google.MobileAds.RewardBasedVideoAdDelegate" reference from "Google.MobileAds, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" what am I missing?

I use:

  • MarcTron.Admob 1.6.9
  • Xamarin.Google.iOS.MobileAds 8.13.0
  • iOs 12.4 - 15.2

— Reply to this email directly, view it on GitHub https://github.com/marcojak/MTAdmob/issues/103, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUIPIUVSI7HWJHRGPPAALLVDVBPPANCNFSM5SVF7AJQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

banhthanhvi commented 2 years ago

I tried to downgrade to previous version (7.66) But I get these errors: Severity Code Description Project File Line Suppression State Error Native linking failed, undefined symbol: _AllocateLocallyUniqueId. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
Error linker command failed with exit code 1 (use -v to see invocation)
Severity Code Description Project File Line Suppression State Error Native linking failed, undefined symbol: _CheckTokenMembership. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
.......... and more

Can you help me? Thank you.