ionic framework - cordova: How to debug app remotely? -


my client located on remote distance , having issue app. want debug app remotely in phone.

is possible? if how can that?

two ways, each varying degrees of success:

  1. to see actual problem app having, client can download "airserver", it's way mirror iphone computer screen. can use screensharing software (like google hangouts or skype) see what's going on.

  2. release update includes "logging service" logs localstorage when have error; , enable access through special sequence on phone (if aren't worried people seeing it, can make menu option. if are, hide via speciifc touch presses). can dump , errors screen , load way. used approach when creating the bluetooth low energy demo app.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -