Looking further, I see that the grace and retry period are intended to give the app more time ot verify the license, not time for the user to use the app without a license.
On Jul 27, 12:18 pm, Trevor Johns <[email protected]> wrote: > Also correct. You can even fire an Intent to open up Android Market and show > them the non-demo version of the application when they're ready to upgrade. > > (This is the traditional model of distributing demo apps, and it works just > fine in most cases.) > That is the method I am using now. It probably does work okay for feature limited apps with a separate full featured app. The implementation for a time limited app has worked, but it is a bit more awkward. Having a DEMO app that will expire unless it detects that a second, license app. The end user then has to keep both apps installed and will expect to get updates for the DEMO app, even thought they have . There has been some user confusion even though I have gone to great lengths to explain it. This is something that could be more seamless if the Market supported it more directly. Nathan -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
