是否有可能在UIWebView中显示adsense?

时间:2017-05-26 06:39:14

标签: ios uiwebview adsense

我试图在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];

只有空的空间。 我该如何显示它?

1 个答案:

答案 0 :(得分:0)

不,您不能在移动应用中使用AdSense移动广告违反AdSense政策。

https://support.google.com/adsense/answer/3394713?hl=en&ref_topic=1250104#2