I have a request from a client to do an Enterprise app.
The app itself is fairly straight forward, but they want user to be able to request help from admin. When right are granted, Admin will be able to controller the user app from his/her app.
I am really stuck on how would I go about doing this. I listed some steps that I think are needed but it is a best guess.
1 user/admin established a secure Authentication
1.1 user request help with random number generate
1.2 admin got the number via phone or sms then input the gen number in his/her app to link this two app together
2 user app steam screenshot of its app to the admin app
3 admin app receives screenshots stream and show on admin screen
4 admin app detect and steam UITouch events to user app
5 user app listen to the steam UITouch events from admin and pass on to UIKit component
any suggestion is welcome.
Thankz so much in advance
Pondd