How to implement session recording similar to Hotjar, but for mobile apps

698 Views Asked by At

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

1

There are 1 best solutions below

0
On

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.