Friday, August 27, 2010

[android-developers] Re: Licensing server, app cracked.

There's lots of information on using ProGuard with Android apps if you
just Google those terms. I implemented it once with one of my apps to
see if it would help my frame rates, but decided not to ship it.
Wasn't much performance improvement in my case and not sure if I want
the extra annoyance of having to convert stack traces back.

On Aug 27, 1:32 pm, sblantipodi <perini.dav...@dpsoftware.org> wrote:
> no news on the "imminent guide" where is this guide?
>
> On Aug 26, 5:37 pm, sblantipodi <perini.dav...@dpsoftware.org> wrote:
>
> > Is this the guide you are talking about?
> > "To ensure the security of your application, particularly for a paid
> > application that uses licensing and/or custom constraints and
> > protections, it's very important to obfuscate your application code.
> > Properly obfuscating your code makes it more difficult for a malicious
> > user to decompile the application's bytecode, modify it — such as by
> > removing the license check — and then recompile it.
>
> > Several obfuscator programs are available for Android applications,
> > including ProGuard, which also offers code-optimization features. The
> > use of ProGuard or a similar program to obfuscate your code is
> > strongly recommended for all applications that use Android Market
> > Licensing. "
>
> > Is this a guide?
>
> > On Aug 25, 1:26 am, Nick Richardson <richardson.n...@gmail.com> wrote:
>
> > > The guide is linked in the article you posted...
>
> > > On Tue, Aug 24, 2010 at 3:53 PM, sblantipodi
> > > <perini.dav...@dpsoftware.org>wrote:
>
> > > > As title,
>
> > > >http://android-developers.blogspot.com/2010/08/licensing-server-news....
>
> > > > where is the guide to obfuscate our code?
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > > > Groups "Android Developers" group.
> > > > To post to this group, send email to android-developers@googlegroups.com
> > > > To unsubscribe from this group, send email to
> > > > android-developers+unsubscribe@googlegroups.com<android-developers%2Bunsubscribe@googlegroups.com>
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/android-developers?hl=en
>
> > > --
> > > //Nick Richardson
> > > //richardson.n...@gmail.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment