Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/beeradmoore/monotouch.flurryanalytics
- Owner: beeradmoore
- License: mit
- Created: 2015-01-18T06:14:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-22T12:54:07.000Z (almost 10 years ago)
- Last Synced: 2023-03-25T19:44:23.819Z (almost 2 years ago)
- Language: C#
- Size: 1.3 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.