简体   繁体   English

iOS-如何在没有第三方网络的情况下添加自己的广告(哪个SDK?)?

[英]iOS - How can I add my own ads (which SDK ?) without third-party networks ?

I'm trying to put ads into an iOS app. 我正在尝试将广告放入iOS应用中。 Contrary to the majority of developers, I don't want to use a third party network that's going to pay me (CPM etc.) 与大多数开发人员相反,我不想使用要付钱给我的第三方网络(每千次展示费用等)

The reason is I have a second app which is an online shop that sells the articles I want to promote in the first app. 原因是我有第二个应用程序,该应用程序是一个在线商店,出售我想在第一个应用程序中宣传的文章。

What I've tried so far: 到目前为止,我已经尝试过:

  • Using Appsfire (great SDK and very nice native ads, but requires the developper to use their advertising network) 使用Appsfire(出色的SDK和非常不错的原生广告,但要求开发人员使用其广告网络)
  • Using MoPub (I am a bit confused, I thought the "base SDK" would allow me to use the code without any third-party network, however I can't figure out if I misunderstood or what because I still need unit IDs that I can't obtain (can I ?) without registering an account with bank information. 使用MoPub(我有点困惑,我认为“基本SDK”将允许我在没有任何第三方网络的情况下使用代码,但是我无法弄清楚是否被误解了,或者因为我仍然需要我使用的单元ID没有注册带有银行信息的帐户就无法获得(我可以吗?)。

Do you know if there is some free source code to implement nice ads in custom table views, in a "carousel" such as you can see on Facebook, twitter etc. ? 您是否知道是否有一些免费的源代码可以在自定义表格视图中的“轮播”中实现漂亮的广告,例如您可以在Facebook,Twitter等上看到的?

I feel like I am the only one who does not want to be paid for putting ads in my app thus I only find SDKs with third-partu networks. 我觉得我是唯一不希望在自己的应用程序中投放广告而获得报酬的人,因此我只找到具有第三方网络的SDK。

(Even a cocoa pod would be fine) (即使可可豆荚也可以)

Thank you for your help, 谢谢您的帮助,

Well, not wanting to sound smartassy, but it sounds like you want a custom solution, so why not write one yourself? 好吧,不想听起来很聪明,但是听起来您想要一种自定义解决方案,那么为什么不自己编写一个? It may even be to your benefit, as you can start simple (just display the banners) and add some other fancy things as you go. 这可能甚至对您有利,因为您可以从简单开始(仅显示横幅)并随便添加一些其他奇特的东西。

I understand the need/desire to find something already done and not reinvent the wheel, but sometimes it is the best way to go. 我知道需要/渴望找到已经完成的事情而不是重新发明轮子,但是有时候这是最好的方法。

As to the UI part there is a whole lot of them in cocoapods : link 关于UI部分,在cocoapods中有很多: 链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM