简体   繁体   中英

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

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM