views:

35

answers:

1

So, I've setup the Android LVL with my application to check for licensing. This seems to work great with the Test Accounts. The problem is, if I turn the phones internet connection off and try to run the app, the licensing check will fail and tell me it's NOT licensed!

One thing is, why does it tell me the application is NOT licensed and more importantly, how can I have the application 'remember' if it is licensed or not.

Any help would be appreciated! :)

A: 

Apparently the answer to this is that the license is not cached when testing, but is when on the market. I created a small app to test this and it works!

ing0