Log every button press / interaction in an iOS App

前端 未结 2 671
萌比男神i
萌比男神i 2021-02-13 21:32

Is there a way to catch all sorts of user interactions, but first and foremost button presses in an iOS app? I\'m interested in logging these events with a time stamp and ideall

2条回答
  •  心在旅途
    2021-02-13 22:08

    What exactly you need is Google Analytics. Logging each user interaction is not the proper way. You can use the google analytics to track user interactions within your app.

提交回复
热议问题