iphone - iOS remote debugging on distributed build -


when building app through xcode, uiwebviews appear inspectable applications in safari, when archiving , signing distribution, seems functionality lost (probably safety-reasons).

but alas, have scenario i'm building test-environment web developers rely on being able debug content, , distributed multitude of devices ad-hoc distributed package.

is there way re-enable remote debugging on archived build, through configuration-setting, or of likes?

you can use web inspector when app installed xcoode not ota using hockeyapp. try opening content want inspect in mobile safari.

https://developer.apple.com/library/safari/documentation/appleapplications/conceptual/safari_developer_guide/gettingstarted/gettingstarted.html

important: can inspect apps on devices have been transferred device xcode. cannot inspect apps have been downloaded app store, if app.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -