On sexta-feira, 5 de outubro de 2012 21.23.33, Николай Шатохин wrote:
> Hello.
>
> I'm creating paid application. How can I protect my QML files from changing
> to avoid app cracking?

The simplest way is to put them inside the application, as resources. The QML
engine can load from there and they're often compressed, meaning that a
cursory search for the content on disk will not turn them up.

However, a moderately knowledgeable hacker with knowledge about Qt can still
get them and replace. There's no way to avoid this.

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to