将Flurry Analytics集成到MonoTouch应用程序中 [英] Integrate Flurry Analytics into a MonoTouch app

查看:82
本文介绍了将Flurry Analytics集成到MonoTouch应用程序中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经安装了XCode和MonoTouch并构建了一个基本应用程序.

I've installed XCode and MonoTouch and built a basic app.

我正在尝试将Flurry Analytics集成到我的应用程序中.我注册并下载了SDK,但不知道该怎么做.我认为我需要一个绑定库,并且在GitHub上找到了此库.

I'm trying to integrate Flurry Analytics into my application. I signed up and downloaded the SDK but I don't know what to do with it. I think I need a binding library and I found this one on GitHub.

我应该克隆该存储库,还是因为已经安装了MonoDevelop而已将其安装在某个地方?我应该将其克隆到什么地方吗?

Should I clone that repository or is it already installed somewhere because I have MonoDevelop installed? Is there somewhere standard I should clone it to?

然后,我将应用程序中的引用添加到FlurryAnalytics.dll.我需要使用FlurryAnalytics SDK做任何事情吗?

I then add a reference from my application to the FlurryAnalytics.dll. Do I need to do anything with the FlurryAnalytics SDK?

推荐答案

您只需在项目中添加对FlurryAnalytics.dll的引用,无需对下载的SDK进行任何操作.

You only have to add a reference to FlurryAnalytics.dll in your project, no need to do anything with the SDK you downloaded.

但是请记住,该git存储库中的dll可能已过时,在这种情况下,您应该重新构建dll(在这种情况下,您确实需要SDK).这是您需要做的:

But have in mind that the dll in that git repository might be somewhat out of date, in which case you should rebuild the dll (and in this case you do need the SDK). Here is what you need to do:

  • 在SDK中找到libFlurry.a,并将其放在存储库的FlurryAnalytics/binding目录中.
  • 打开终端并导航到存储库的FlurryAnalytics/binding目录.
  • 执行make.

这应该构建一个更新的FlurryAnalytics.dll.

This should build an updated FlurryAnalytics.dll.

这篇关于将Flurry Analytics集成到MonoTouch应用程序中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆