Question

I am working on app that will be used 30-40 days off-line(no Internet connection), so I need LVL to work offline for that period with ManagedPolicy. The check is done at the Start - and if it cannot to connect to the server to use the saved policy for the next 30-40 days. I am looking for some example or advice to implement that kind of custom policy.

Was it helpful?

Solution

After searching few hours with google, I found only single example

https://gist.github.com/Ricket/1163927 "Modified ServerManagedPolicy which only requires licensing to be verified every 7 days or 10 tries. (from the Android licensing library)"

It is start point for further implementation and so long the best example that exist.

If someone has more info, please share it - it will be very helpfull.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top