Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommend a server-side event logging system for iOS [closed]

We're using Flurry to track events made in our iOS app (similar to Google Analytics, Mixpanel). It's great, but there's no way to get the raw dump of all the events that have been fired - all these analytics services will aggregate them for you.

We need the raw data to do custom queries and correlate the events with server-side information. Ideally, it would be a hosted data logging system where we post events from the iOS side and then download logs from the server. Any recommendations?

like image 546
Jared Friedman Avatar asked Nov 14 '22 18:11

Jared Friedman


1 Answers

Localytics also supports full-data exports of session-level data for enterprise customers. (Full disclosure- I work there).

like image 56
Richard Avatar answered Jan 01 '23 07:01

Richard