Playmaker Forum

PlayMaker Help & Tips => iOS Help => Topic started by: escpodgames on July 06, 2013, 04:46:19 AM

Title: Flurry Prime[31] plugin help [SOLVED]
Post by: escpodgames on July 06, 2013, 04:46:19 AM
So I bought the Flurry Prime[31] plugin and have written some basic actions
(will release once I have fully tested them)
There is one aspect I'm not sure how to write -

The method -
public static void logEventWithParameters( string eventName, Dictionary<string,string> parameters, bool isTimed )

The 'Dictionary<string,string> parameters' part is what I'm not too sure how to write, any help would be greatly appreciated

http://prime31.com/docs#iosFlurry
Title: Re: Flurry Prime[31] plugin help
Post by: escpodgames on July 06, 2013, 11:13:06 PM
Ok, so after half a day of pulling my hair out, I think I'm one step closer to understanding what a Generic Dictionary is but struggling to get it to work based on the docs
http://wiki.unity3d.com/index.php?title=Which_Kind_Of_Array_Or_Collection_Should_I_Use%3F

maybe I need to use a FSM array :S doh, wish I was a coder sometimes!
Title: Re: Flurry Prime[31] plugin help [SOLVED]
Post by: jeanfabre on July 09, 2013, 04:44:54 AM
Hi,

 use ArrayMaker to store this dictionnary into a hashtable, that would be a very good use.

If you have trouble writing an action to move a dictionnary<string,<string> into a hashtable, let me know, but some googling will give you plenty of solutions :)

Keep up!

bye,

 Jean
Title: Re: Flurry Prime[31] plugin help [SOLVED]
Post by: Aaddiction on September 18, 2014, 08:03:53 PM
I'm sorry to bump this thread, but I'd like to ask is there actually actions available for the Flurry plugin. Thank you.
Title: Re: Flurry Prime[31] plugin help [SOLVED]
Post by: escpodgames on September 18, 2014, 08:18:59 PM
I've moved to Game analytics instead of Flurry so the actions I made could work ... but I would suggest using Game analytics (they are free) and have playmaker actions.
Title: Re: Flurry Prime[31] plugin help [SOLVED]
Post by: Aaddiction on September 19, 2014, 05:16:55 AM
I've moved to Game analytics instead of Flurry so the actions I made could work ... but I would suggest using Game analytics (they are free) and have playmaker actions.

Sorry I didn't understand, how is Flurry connected to Game Analytics? There are Flurry actions in Game Analytics package? Are the Flurry actions available even for test?
Title: Re: Flurry Prime[31] plugin help [SOLVED]
Post by: escpodgames on September 19, 2014, 05:17:18 PM
Flurry is not connected. My point was you could use Game Analytics instead.
Title: Re: Flurry Prime[31] plugin help [SOLVED]
Post by: escpodgames on September 19, 2014, 06:31:22 PM
These are the actions I have .... not sure if they work
Title: Re: Flurry Prime[31] plugin help [SOLVED]
Post by: Aaddiction on September 20, 2014, 05:13:01 PM
These are the actions I have .... not sure if they work

Thank you! Will try.