简体   繁体   English

iOS 智能横幅不再显示

[英]iOS Smart Banner not showing anymore

I recently setup the iOS smartbanner, using the link below: https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html The banner worked perfectly, but whenever I installed the app using the banner, went back and deleted the app, the smart banner would disappear and would not come back no matter what. I recently setup the iOS smartbanner, using the link below: https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html The banner worked perfectly, but whenever I installed the app使用横幅,回去删除应用程序,智能横幅会消失,无论如何都不会回来。 In addition to that, clicking the 'X' button would also result in the same fate.除此之外,点击“X”按钮也会导致同样的命运。 Is there any way to make the banner not disappear, or are their any other smartbanners that we can link my app with, particularly to open the app as well.有什么方法可以让横幅不消失,或者我们可以链接我的应用程序的任何其他智能横幅,特别是打开应用程序。 Any help would be appreciated, thanks!任何帮助将不胜感激,谢谢!

EDIT: The smart banner would come back if I installed the app.编辑:如果我安装了应用程序,智能横幅会回来。 It would ask me if I wanted to open the app.它会问我是否要打开应用程序。

I've worked extensively in this and from what I've found, this is the business logic of the smartbanner.我在这方面进行了广泛的工作,根据我的发现,这就是 smartbanner 的业务逻辑。 It stops the smartbanner from spamming you again and again with the app's advertisement.它可以阻止 smartbanner 使用应用程序的广告一次又一次地向您发送垃圾邮件。 Once you have clicked the "view app" button, this fires the same event as closing the app, hence spam protection business logic comes into effect.单击“查看应用程序”按钮后,将触发与关闭应用程序相同的事件,因此垃圾邮件防护业务逻辑生效。 From what I've checked, there isn't any alternative with respect to opening the app as well.根据我的检查,在打开应用程序方面也没有任何选择。

As stated above, this is more like how the smartbanner is designed to stop spam.如上所述,这更像是 smartbanner 旨在阻止垃圾邮件的方式。 Nothing you can do about it as of now.到目前为止,您对此无能为力。 It comes back again once you install the app because now it is not spamming, but just giving you a convenient way to open an already installed app.一旦您安装了该应用程序,它就会再次出现,因为现在它不是垃圾邮件,而是为您提供一种方便的方式来打开已安装的应用程序。

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

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