如何在Xamarin Visual Studio中使用App ID

问题描述 投票:0回答:1

我是xamarin和Visual Studio的新手,在xamarin Android(不是FORMS)中创建我的应用程序后,我想放置广告。

[我的问题是我正在使用Google.Mobile.Ads nuget,但我找到了一些可以使用的示例,但是这些示例都没有使用App ID,因此我不确定为什么。每个教程都解释了一半,我真的很困惑,我的问题如下:

那个nuget是否不需要App ID且仅使用Banner ID,还是我看错了示例?

c# xamarin.android
1个回答
0
投票

那个nuget是否不需要App ID且仅使用Banner ID,还是我看错了示例?

[通常,当我们放置广告时,我们需要“应用ID”和“单位ID”。它们都是由AdMob的registring生成的。

https://apps.admob.com

https://www.c-sharpcorner.com/article/getting-started-with-google-admob/

https://www.c-sharpcorner.com/article/monetize-your-app-using-google-admob/

有关如何在Xamarin.android中放置广告的教程。

https://montemagno.com/xamarinforms-google-admob-ads-in-android/

您可以在此处下载android代码示例。

https://github.com/xamarin/monodroid-samples/tree/master/google-services/AdMobExample

enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.