Geosophic and Flurry Integration

Monkey Forums/Monkey Programming/Geosophic and Flurry Integration

darky000(Posted 2014) [#1]
Hi,

I got a game I wanted to release on the app store for the first time and I wanted to integrate these to my app. Geosophic handles the leaderboard. Flurry for my ads, I'm using the AppSpot and the Flurry Analytics feature.

Their instructions are clear enough for me but the code they wanted me to implement are languages other than monkey. (I only know monkey programming language atm).

Can anyone help me set them up? How to extend it and implement it in code? If you can also teach me how to actually do these process for my own learning too if I ever encounter similar scenarios, I would very much appreciate it.

Thank you.

Flurry AppSpot (Android)- http://support.flurry.com/index.php?title=Publisher/Code
Flurry Analytics (Android) - http://support.flurry.com/index.php?title=Analytics/GettingStarted/Android
Geosophic (Android) - http://www.geosophic.com/developers/getting-started/android/


SLotman(Posted 2014) [#2]
You can look at the modules folder to see how admob is implemented... more than that, it's not an easy task to do this kind of stuff - you won't get much help (like a tutorial) on how to implement those step by step.

That being said, search the forum. I remember reading about Flurry a long time ago, maybe there is a module for it - even if outdated, its a place to start.


ordigdug(Posted 2014) [#3]
Mike made a Flurry Analytics module ... http://www.fantomgl.com/flurry-monkey/


darky000(Posted 2014) [#4]
I haven't noticed that on my visit in Mike's site. It's a good start to learn. Thanks both!

I'm still up for a tut though. :)


MikeHart(Posted 2014) [#5]
I could try to add ads to the module if it works similar to the admob solution.


darky000(Posted 2014) [#6]
I would love that! Thank you so much if ever you are going to work on this. :)