For web apps you would simply use MutationObserver to log all DOM changes and then replay them. What are the options for mobile apps?
Asked
Active
Viewed 500 times
1 Answers
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