1
vote
1answer
63 views

Omniture not capturing iPad app data

I am using Omniture in my iPad application to capture the data. I am using the ADMS library which can be downloaded from this page: ...
0
votes
2answers
80 views

Monitoring App Activity using either the Android or iOS SDK

Is there a way I can monitor App Activity beyond whether or not an App has launched, using the above mentioned. If not is there a way I can monitor the usage of an ePub from iBooks or any epid reader? ...
-1
votes
1answer
37 views

create tracking position service ios [closed]

good people we are creating some apps for door-to-door selling companies, that show its products in ipads with 3g connection, but now i need to develop a platform for the manager (Im frontend ...
-2
votes
1answer
38 views

track a guest user's actions on my iPhone [closed]

Is it possible in iPhone if we can track users actions? Like which applications he has opened, sent messages or calls etc. Thanks
1
vote
2answers
123 views

iOS: Start uploading user location after request from server

I need to achieve this: I have an app, which wants to keep track of location of family members. Since I don't want to keep the GPS running all the time, I was thinking I could just send a request ...
-1
votes
1answer
166 views

Open Source Eye Tracking for iOS: Scrolling, Navigating [closed]

We're looking to implement eye tracking for reading in iOS. It should know when a user has reached the end of the screen by perhaps the user looking below the content, and then jump and/or scroll to ...
1
vote
2answers
121 views

Is it possible to track ios device? [closed]

Is it possible to track any iOS devices using PhoneNumber or UDID or IMEI number to show the device in google map. please help me.
0
votes
3answers
80 views

Identifying what features in my iOS apps are used [closed]

I have several iPhone/iPad apps on the App Store. I would like to add snippets of code in my apps that will identify user behavior. For example what features in the app are used the most or the least. ...
1
vote
1answer
747 views

Integrate Google Analytics Tracking Into IOS App

I would like to Integrate Google Analytics Tracking into my IOS APP. I have integrated Google Analytics Library and Add It To my Application. cf. ...
0
votes
2answers
180 views

ios - Geolocation and Tracking in a gpx file

I want to implement an application for IOS. This application should track a route in a gpx file. Can you tell me some links or open source project? thank you very much
2
votes
1answer
192 views

OpenGL ES - GLSL returning calculations [closed]

I'm trying to create a face tracker for iPhone using the GPU to perform calculations for performance. To make the tracking more intelligent, I need to be able to retrieve values from the shader. ...
0
votes
1answer
264 views

How can I track referrals with Google Analytics SDK for iOS?

Here I can se how to pass tracking values: https://developers.google.com/analytics/devguides/collection/ios/devguide#campaigns What I don't understand is how to pass referral info through the ...
0
votes
4answers
85 views

Storing daily data in iOS

so I am aware of .plist and archives and SQLLite as methods to store persistent data within the app, however, I have been stuck for a while trying to figure out how to store data from a user's daily ...
1
vote
2answers
234 views

iPhone iOS is it possible to create a rangefinder with 2 laser pointers and an iPhone?

I'm working on an IPhone robot that would be moving around. One of the challenges is estimating distance to objects- I don't want the robot to run into things. I saw some very expensive (~1000$) laser ...
2
votes
1answer
233 views

Is there a way to track loading of individual resources in an uiwebview for ios

when a UIWebView tries to load a webpage, is there a way to track individual resources like images, js, css being loaded into webview. Basically i am looking for callbacks. Are there callbacks in ios ...
0
votes
1answer
579 views

Does Linkshare support tracking of in-app purchases?

Does Linkshare support tracking of in-app purchases? What if a user download my free version from an affiliate link, and then decide to purchase an in-app only after two days. How can I track these ...
2
votes
0answers
319 views

Tracking MKMapView's centerCoordinate

I need to accurately track the centerCoordinate of an MKMapView while the user zooms/pans the map, i.e. between the regionWillChangeAnimated: and regionDidChangeAnimated: events. I've tested the ...
1
vote
2answers
269 views

iOS ways or tips to improve quality of GPS tracking

As we all know tracking the position of a moving iOS device can be very handy. We have seen that in various sport/fitness applications. Due to the fact that sometimes the position determination gets ...
0
votes
1answer
162 views

iOS Ringtone usage tracking

Is there a way to track ringtone usage with the current iOS api? I am looking to make an application that will allow us to track the usage of specific ringtones. Thanks!
5
votes
2answers
740 views

3D head tracking on iphone

I want to make an augmented reality application for trying glasses on iphone. To do that i need 3D head tracking ( providing X,Y,Z position and orientation ). someting like this FaceApi but for ...
0
votes
1answer
394 views

Tracking web app in native iphone app

I have recently got my app accepted into the apple app store but the problem I am having is that my app is a fully transactional e-commerce store and I cant seem to tell the difference between normal ...