Monitor Google Analytics requests on an iPhone Application

后端 未结 5 1514
情话喂你
情话喂你 2021-01-12 16:26

I am trying to monitor the Google Analytics request on an iPhone application and for some reason I don\'t see any of GA the requests. However I can see and uniquely identify

5条回答
  •  无人共我
    2021-01-12 16:33

    I set up the machines as you suggested and it all works just fine. Wireshark on a win7 with adhoc network where an ipad is signed in. If i use safari on the ipad i emidiately get the requests (with filter http.host contains "google") to google analytics, __utm.gif as it should be. However in the app I can't find any request to analytics. So I'm not sure what to search for in wireshark. Is the filter on "http.host contains "google"" alright? Or do I have to define some different filters? Maybe the SDK isn't using the same __utm.gif request as in HTML?

提交回复
热议问题