I’m using Google Analytics iOS SDK to traffic app events and pageviews. It works great.
When I code/debug the app, I don’t want Google Analytics to traffic my events or pageviews, cause they’re useless. So, is there a way to exclude self-traffics on iPhone with Google Analytics iOS SDK?
Thanks.
What I do for Google Analytics is have seperate account ID’s for live apps and for debugging.
I store the account ID to be used in the app inside a plist. So when the time comes to debug the app I change the account ID from the live ID to the debugging ID.