Integrate Flurry Analytics into a MonoTouch app

不想你离开。 提交于 2019-12-08 10:02:42

问题


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

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.

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?

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


回答1:


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

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:

  • Find libFlurry.a in the SDK and put it in the repository's FlurryAnalytics/binding directory.
  • Open a terminal and navigate to the repository's FlurryAnalytics/binding directory.
  • Execute make.

This should build an updated FlurryAnalytics.dll.



来源:https://stackoverflow.com/questions/14527901/integrate-flurry-analytics-into-a-monotouch-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!