ios-parse-titanium-module icon indicating copy to clipboard operation
ios-parse-titanium-module copied to clipboard

Analytics?

Open jkritikos opened this issue 10 years ago • 3 comments

Hi there, Is there a way to integrate with the Analytics of Parse with this awesome module? :)

jkritikos avatar Jul 01 '14 18:07 jkritikos

The SDK that's integrated appears to be an older version. I had a look through the framework that's included with the module and didn't see any reference to analytics.

In the latest version available on the Parse website (1.2.20), I see there's a header file PFAnalytics.h. It looks like the framework would have to be bumped up to the latest version in order to wrap that feature set.

ndizazzo avatar Jul 18 '14 15:07 ndizazzo

I just tried replacing the framework in the module and building it... It looks like it'd be a bit more involved than a quick framework swap in order to support the analytics piece.

ndizazzo avatar Jul 18 '14 15:07 ndizazzo

Yes, I would imagine that a couple of functions would have to be exposed to Titanium. Wish I had the skills to do it myself :/

On Jul 18, 2014, at 6:44 PM, Nick [email protected] wrote:

I just tried replacing the framework in the module and building it... It looks like it'd be a bit more involved than a quick framework swap in order to support the analytics piece.

— Reply to this email directly or view it on GitHub.

jkritikos avatar Jul 18 '14 15:07 jkritikos