我想添加亚马逊移动的广告到安卓和ios在unity3d游戏
面对这个代码中的问题
public void createIad(){
CreateInterstitialAd ();
}
Ad CreateInterstitialAd(){
IAmazonMobileAds mobileAds = AmazonMobileAdsImpl.Instance;
AdInterstitial = mobileAds.CreateInterstitialAd();
string adType = AdInterstitial.AdType.ToString();
long identifier = AdInterstitial.Identifier;
/*
LoadingStarted LSObject = mobileAds.LoadInterstitialAd();
bool loadingStarted = LSObject.BooleanValue;
*/
return AdInterstitial;
}
1条答案
按热度按时间nxagd54h1#
在www.example.com上注册开发人员帐户developer.amazon.com
注册后,转到主 Jmeter 板页面,单击应用程序和服务选项卡,然后创建新应用程序
填写所有必要的信息并复制您的应用程序密钥x1c 0d1x
通过此链接下载亚马逊移动的广告SDK并导入广告插件
https://developer.amazon.com/public/resources/development-tools/sdk-thank-you?product=apps_games_services_unity
然后在Unity中添加此代码以初始化广告代码
使用System.集合;使用com.amazon.mas.cpt.ads;
你也可以从这个脚本调用一个示例来加载广告并显示它们,如下所示
我的问题只是没有关系,因为我写这个教程,因为每个人都需要帮助,在这个主题
我希望这能帮上忙