I use Google Analytics in an iPad application that runs in a kiosk, I need to manually reset the Google Analytics session at certain points in the application, does anyone know how to do this?
The source code for the analytics on iOS does not seem to be available, and the cookies used by the web version of Google Analytics do not appear in the general cookie storage in the iOS application, so it would be easy to do this on the Internet simply by deleting the appropriate cookies on iOS doesn't seem possible, since these cookies are not visible, is there any way around this?
Chris source
share