How do I expire the app in blackberry?

Hi friends,

I'm new to blackberry. I developed an application. So I wanted to put in expiration date. Is it possible to set the date.

Please help me. Thanks in advance

Are you familiar with PersistentStore.  It is usually the best way to do it.  Try this tutorial.

http://supportforums.BlackBerry.com/T5/Java-development/storing-persistent-data/Ta-p/442747

Then persistent an expiration as a "String".  It is not removed if your application is deleted, and if people can not work around your expiration by removing and then reinstalling your app.

Good luck.

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for