集成 Flurry AppCircle 剪辑
我已经集成了 Flurry Analytics,现在正在尝试添加 Flurry AppCircle Clips,但 AppCircle 文档似乎仅与横幅有关。
我正在寻找在应用程序使用期间的关键时刻显示的全屏广告或视频广告,并希望查看有关如何实现此类广告的文档。
有没有人有创建全屏 AppCircle Clip 的示例?
I've integrated Flurry Analytics and now am trying to add Flurry AppCircle Clips, but the AppCircle docs only seem to pertain to banners.
I'm looking for full screen ads or video ads to display at key times during my app's usage and would like to see documentation of how to implement such.
Has anyone any examples of creating a full-screen AppCircle Clip?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
AppCircle 提供了 openTakeover,您可以利用它,这是一个示例调用:
Mike
合作伙伴整合,Flurry
AppCircle provides openTakeover which you can take advantage, here is an example call:
Mike
Partner Integration, Flurry
使用 Flurry SDK (3.0.3),包含所有正确的头文件后...
包含 FlurryAdDelegate 协议:
设置 Flurry Analytics 和 AppCircle:
(不知道为什么委托设置冗余,但它似乎不适用于仅设置协议。)
然后在我的自定义 UIView 类中:(再次,在包含所有正确的头文件之后)
还要确保
在适当的视图中#import
MediaPlayer.h。 (我想我在 Flurry 文档的某个版本中读到过这个,但现在找不到它...... PDF 有一个有趣的字符编码,因此不可索引,这没有帮助)。我会托管他们发送给我的 AppCircle-Clips 文档,但不确定他们是否会批准,因为他们似乎在下载的 SDK 上没有这些文档。 (也许,因为它不允许我为我的项目下载 3.1?)
对于与 AppCircle-Clips 相关的更多问题,您还可以发送电子邮件 [电子邮件受保护]
Using the Flurry SDK (3.0.3), after including all the proper header files...
Include the FlurryAdDelegate protocol:
Setup Flurry Analytics and AppCircle:
(Not sure why the delegate-setting redundancy, but it didn't seem to work with only setting the protocol.)
Then in my custom UIView class: (Again, after including all the proper header files)
Also be sure to
#import
MediaPlayer.h in the appropriate view. (I think I read this somewhere in some version of the Flurry docs, but can't find it now... Doesn't help that the PDFs have a funny character encoding and are thus non-indexable).I'd host the AppCircle-Clips docs they sent me, but am not sure if they'd approve, since they don't seem to have these available on the downloaded SDK. (Perhaps, because it won't let me download the 3.1 for my project?)
For further AppCircle-Clips-related questions, you can also email [email protected]
首先,我必须为这个话题道歉。
我表明了我的理由。
我的项目遇到了与@Old McStopher同样的问题。我在这里提出了自己的问题
不幸的是,没有人给我们正确的答案。
关于这个问题的唯一希望是@Old McStopher 发布的帖子——“谢谢,Mike。Flurry 的某人回复了详细的说明。我正在等待 Clips 特定说明的官方链接,并将在此处发布给任何人还有兴趣的。”
我的项目真的非常需要这个工具。我希望@Old McStopher 可以发布他的解决方案。
但我不知道如何联系@Old McStopher。
再次道歉。
First, I must apologize for this thread.
And I show my reason.
My project encountered same problem with @Old McStopher.And I asked my own question here
Unfortunately, nobody give us a correct answer.
The only hope about this question is the post which @Old McStopher posted -- "Thanks, Mike. Someone from Flurry replied with detailed instructions. I'm waiting for an official link to the Clips-specific instructions and will post it here for anyone else interested."
I really really need this implement for my project.I hope @Old McStopher could post his solve.
But I do NOT know how to contact @Old McStopher.
Apologize again.