Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

BlackBerry® World™ Development

Reply
New Contributor
mirezko
Posts: 5
Registered: ‎03-07-2012
My Carrier: none
Accepted Solution

Playtomic game analytics does not work on Playbook?

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.

T.

(My app: Farm Terror)
Please use plain text.
Developer
jtegen
Posts: 6,145
Registered: ‎10-27-2010
My Carrier: AT&T

Re: Playtomic game analytics does not work on Playbook?

Did you test it on an actual device?
Please use plain text.
New Contributor
mirezko
Posts: 5
Registered: ‎03-07-2012
My Carrier: none

Re: Playtomic game analytics does not work on Playbook?

I didn't have an actual device when I was developing the game, but good point, I will try it now.

Thanks.
T.

(My app: Farm Terror)
Please use plain text.
New Contributor
mirezko
Posts: 5
Registered: ‎03-07-2012
My Carrier: none

Re: Playtomic game analytics does not work on Playbook?

Okay, it was a Playtomic issue.

 

  1. needs to fake URL like this Log.View(xxxx, "xxxxxx", "http://Playtomic.Test");
  2. remove these lines from Log.as in playtomic package

    Security.allowDomain("http://g" + Log.GUID + ".api.playtomic.com/");
    Security.allowInsecureDomain("http://g" + Log.GUID + ".api.playtomic.com/");

T.

(My app: Farm Terror)
Please use plain text.