03-07-2012 10:42 AM
Hi there,
I created my app in Adobe AIR 3.1 (ActionScript 3) and I used game analytics provided by Playtomic.
While I tested the application during the development, the analytics data were sent & collected properly.
However... after I published the app to App World there are no new data collected.
My question is: Could it be that Blackberry review team blocked this funcionality and did not tell me? I would really loved to see my ingame analytics.
Solved! Go to Solution.
03-07-2012 10:49 AM
03-07-2012 11:00 AM
03-08-2012 07:15 AM
Okay, it was a Playtomic issue.
Security.allowDomain("http://g" + Log.GUID + ".api.playtomic.com/");
Security.allowInsecureDomain("http://g" + Log.GUID + ".api.playtomic.com/");