cordova - Prevent debugging of PhoneGap app -


i've created ios app using phonegap, , learned it's easy hook iphone mac, enable safari debugging on iphone, , use safari on mac view html , javascript that's part of app.

this great debugging purposes, stinks in terms of security when i'm ready deploy app masses. means can instantly see internals of app.

is there way in phonegap disable type of debugging?

thanks!

this works because get-task-allow entitlement enabled development builds. distribution profiles not include entitlement, it's not possible attach debugger app downloaded store. don't have worry this.

of course doesn't mean code hidden. javascript still stored on device , determined users can find way access it. example users on jailbroken device have full access file system , can peek inside app's container.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -