I have problem with Playscape sdk in unity. When trying to run Report.Instance.ReportLevelStarted application crashes on Android.
I'm using
Report.Instance.ReportLevelStarted (level, new Dictionary<string, double> (){ { "level ID",Application.loadedLevel } });
where level is a string name of the level. Did anyone had similar problem.