Is AdMob available on mobile? #18096
-
Is it available through Xamarin.Firebase.iOS.AdMob or Xamarin.GooglePlayServices.Ads? |
Beta Was this translation helpful? Give feedback.
Answered by
MartinZikmund
Sep 4, 2024
Replies: 1 comment
-
@LiberRuth you can use any Android or iOS library as required in your application, as long as you reference the package specifically only on that target (e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
morning4coffe-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@LiberRuth you can use any Android or iOS library as required in your application, as long as you reference the package specifically only on that target (e.g.
Xamarin.GooglePlayServices.Ads
only on Android). See docs for more information.