是否可以仅在首次启动时显示 iAds
我有一个免费的应用程序,我怀疑它的大多数用户只启动了几次,然后就被删除了。是否可以仅在应用程序首次启动时显示 iAd 横幅,或者仅在第一个广告填充后才实施 iAd?
I have a free app that I suspect is only launched by the majority of its users a couple times before its deleted. Is it possible to only show an iAd banner on the first launch of the application, or maybe only implement iAd until after the first ad is filled?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 NSUserDefaults 存储一个值,您可以检查该值并查看应用程序之前是否已启动。
我无法想象您希望将广告收入限制在初始投放的情况。
Use
NSUserDefaults
to store a value that you can check and see if the application has been launched before.I can't imagine a scenario where you would want to limit your ad revenue to just the initial run though.