Unity 广告显示广告示例而非真实广告
Unity ads displaying an ad example and not the real ads
http://prntscr.com/cv3hc3 and http://prntscr.com/cv3hh0 似乎设置完美,而我的广告仍然显示 "unity ads" 示例。我怎样才能展示真实的广告并从中获利?
您是否将测试模式设置为 false?这是来自 Unity 博客:
If we are running our project in the
editor we will see a generic billboard ad. If we are running this on
device and test mode is set to true (see above) then we will see a
placeholder ad. Finally, if we are on device and test mode is false we
will see a real live ad.
来源:https://blogs.unity3d.com/2015/04/09/integrating-unity-ads/
我不确定您的构建目标是否设置正确,但这也是值得一提的一点:
NOTE: Since ads are currently only supported for iOS and Android, your
editor will have to be targeting one of those platforms in order to
see any test ads. Before going further you may want to switch your
platform to either iOS or Android in the Unity build settings
(File->Build Settings)
来源https://blogs.unity3d.com/2015/04/09/integrating-unity-ads/
在 UnityAds 控制面板中打开测试模式然后再次关闭就成功了!
只需取消选中服务中的 TestMode,然后尝试构建应用程序并将其安装到真实设备中,然后它就会运行良好。
http://prntscr.com/cv3hc3 and http://prntscr.com/cv3hh0 似乎设置完美,而我的广告仍然显示 "unity ads" 示例。我怎样才能展示真实的广告并从中获利?
您是否将测试模式设置为 false?这是来自 Unity 博客:
If we are running our project in the editor we will see a generic billboard ad. If we are running this on device and test mode is set to true (see above) then we will see a placeholder ad. Finally, if we are on device and test mode is false we will see a real live ad.
来源:https://blogs.unity3d.com/2015/04/09/integrating-unity-ads/
我不确定您的构建目标是否设置正确,但这也是值得一提的一点:
NOTE: Since ads are currently only supported for iOS and Android, your editor will have to be targeting one of those platforms in order to see any test ads. Before going further you may want to switch your platform to either iOS or Android in the Unity build settings (File->Build Settings)
来源https://blogs.unity3d.com/2015/04/09/integrating-unity-ads/
在 UnityAds 控制面板中打开测试模式然后再次关闭就成功了!
只需取消选中服务中的 TestMode,然后尝试构建应用程序并将其安装到真实设备中,然后它就会运行良好。