0

For web apps you would simply use MutationObserver to log all DOM changes and then replay them. What are the options for mobile apps?

Bart Blast
  • 959
  • 6
  • 6

1 Answers1

0

Well the easiest would be to use some 3rd party tool which is already doing some screen recording & replay. For example Appsee or smartlook.

Of course you can try to develop your own solution but is quite a long path.

Also pay attention to user consent. There was some issue on Apple store with app removed because they were recording screen. I recommend to use this sdk to manage user consent.

Fabian
  • 11
  • 3