我试图在UIWebView中显示adsense。像...
NSString *test = @"
<script async src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'>
</script>
<ins class='adsbygoogle'
style='display:inline-block;width:300px;height:250px'
data-ad-client='ca-pub--------------'
data-ad-slot='-------'>
</ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
"
[webView loadHTMLString:test baseURL:nil];
只有空的空间。 我该如何显示它?
答案 0 :(得分:0)
不,您不能在移动应用中使用AdSense移动广告违反AdSense政策。
https://support.google.com/adsense/answer/3394713?hl=en&ref_topic=1250104#2