Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beeradmoore/monotouch.flurryanalytics

MonoTouch bindings for FlurryAnalytics.
https://github.com/beeradmoore/monotouch.flurryanalytics

Last synced: about 2 months ago
JSON representation

MonoTouch bindings for FlurryAnalytics.

Awesome Lists containing this project

README

        

# MonoTouch.FlurryAnalytics

Xamarin MonoTouch bindings to the [Flurry Analytics SDK](http://www.flurry.com) (v6.0.0).

## Build

Download the Flurry Analytics 6.0 SDK and place libFlurry_6.0.0.a and place in the binding directory.
Run make in the binding directory.
``` sh
$ make
```
And then add a reference to the newly created MonoTouch.FlurryAnalytics.dll in your project.

## TODO
- Add bindings for libFlurryAds_6.0.0.a

## License

MonoTouch.FlurryAnalytics is available under the [MIT license](LICENSE). See the LICENSE file for more info.