How can one protect a Collada model in a SceneKit based app? -



How can one protect a Collada model in a SceneKit based app? -

if model read url referencing location somewhere in cloud, loaded straight in memory code?

[scnscene scenewithurl:url options:nil error:&error];

is still vulnerable pilfering reading memory on jailbroken device? there foolproof way protect model , files in scnassets folder.

collada files converted binary , proprietary format @ build time when build app. won't protect assets @ to the lowest degree won't straight available open file format. if need protect assets need own encryption. can indeed load remote assets need convert "scntool" first (check how xcode converts assets in build logs) because collada files can't loaded straight on device.

scenekit

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -