Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I'm looking for a free analytics tool to track events on iOS.
However, I'm not interested in graphs or aggregate data. I simply need a raw log of the events like this:
1/01/2012 10:58pm: User#3001 clicked "Play" on video #1828
1/01/2012 11:08pm: User#2829 clicked "Play" on video #1837
1/01/2012 11:27pm: User#2829 clicked "Stop" on video #1827
1/01/2012 11:37pm: User#3001 clicked "Pause" on video #1827
.....
I've looked at Flurry, but they seem to only support aggregate data.
Similarly, the documentation on Google Analytics doesn't mention a raw data export.
And the free plan on Localytics does not support event tracking.
Does any mobile analytics service offer a free plan with access to raw event data?
Flurry does include the ability to log events. Take a look at + (void)logEvent:(NSString *)eventName withParameters:(NSDictionary *)parameters;. The NSDictionary can include the type of information you've indicated.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed last month.
Improve this question
I am looking for an SDK which supports Audio editing features.
The features I am looking for are as below
Audio Trimming
Audio Splitting
Audio Volume management
Adding another audio
Merge Audio
Undo/Redo actions
Please suggest if there are any sdks avaialble for flutter.
I am currently implementing it using 'ffmpeg_kit_flutter' , but its getting complicated day by day.
There may not be a single package that does all the functions you want. But it is possible to achieve results by combining several packages.
The most popular packages for working with Audio can be found on the following site: https://fluttergems.dev/audio/
For example, it is possible to trim and split with the packages listed in the first line.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have an idea for a small project around music discovery. I'm hoping to find a service that has access to a huge collection of music (a la Spotify, Google Play, etc) but doesn't require each user to already have access to that.
Does this sort of service/api exist somewhere? My googling didn't turn up anything.
Thanks!
There are commercial options, but for your project you might consider Radio Reddit. We have a fairly large library of music mostly fun unsigned musicians.
While we haven't officially documented the API and are still under construction, the media APIs work well and are easy to understand. You can look at your tab while browsing music on the site for an example, or email me at brad#radioreddit.com.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I want to develop an iPhone app, that will enable user to track his speed and speed limit of street/road. Is there any google map API that gives us this information? if not, can anybody tell me any alternate 3rd party solution.
Thanx in advance.
I don't think such an API exists at the moment.
Now google has started providing optional speed limit data.
See Roads Web Service section at following link.
https://developers.google.com/maps/licensing
Google does now provide a Roads API, in which you can query Speed Limit data, but, according to the page found here https://developers.google.com/maps/licensing, you must acquire a Google Maps For Work License. You may not query the speed limit data for free. It looks like the Business License runs $10k per year.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
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?
Localytics also supports full-data exports of session-level data for enterprise customers. (Full disclosure- I work there).
We used Flurry until we had the same requirements as you. We've found the Google Analytics Data Export API serves our needs well.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am developing mobile application for android and for iphone. I have an advanced handmade logger which tracks every user action and sends logs to server. If there is no internet it stores logs and sends them later.
The questions are is there a logging system on the market, with which I can track anything I want(method logger.write I assume :))
And the main question: which system I should use for complex data analysis? F.ex. to see how much time users with specific phone model spent on given page after visiting another page.
To answer your main question I suggest you to use Flurry Analytics. I am using it on Android and it is very simple to integrate. Everything you need to know is on their WikiPage.
There is Omniture for android iphone web.
Both Android and iOS support Google Analytics. It allows you to define your own custom events and offers a lot out-of-the-box for analyses.
Android: https://developers.google.com/analytics/devguides/collection/firebase/android
iOS: https://developers.google.com/analytics/devguides/collection/ios/v3
You can use sitecatalyst which is available for all the platforms.
Check this link
Another good option would be Parse.com, they are evolving every day. I think the best analytics provider would be Omniture (an Adobe service - Paid) followed by Google Analytics (Free).