Android - 应用内结算
我找不到任何好的教程/网站来说明如何进行应用内计费以从应用程序中删除 admob 广告。
所以这是我的问题:我的应用程序包含 Admob 的广告。我想建立应用内计费系统,允许用户支付 1 美元,付款后不应该有任何广告。
我怎样才能做到这一点?有什么想法吗?
I can't find any good tutorial/sites which tell how to make in-app billing to remove admob ads from application.
So here is my problem: I have app what include Admob's ads. And I want to build in-app billing system which allow user to pay $1 and after payment there should not be any ads.
How I can make this? Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在你的 ad mob 显示代码周围添加一个条件检查,其实质上是这样说的:
我确信它会比这更复杂一点,因为你可能必须检查 Google 许可服务器,但你明白了。
Add a conditional check around your ad mob display code that essentially says:
I'm sure it will be a little more complex than that, as you may have to check the Google licensing server, but you get the point.