• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Regarding Licensing for the android app

Hi,
I implemented licensing for my app. Initially when i opens the app it will check for licensing and start the activity if it is licensed. when i set to not licensed it is showing an alert dialog , not a licensed one but when i try to open the app repeatedly for 8 to 10 times i am getting the Retry response instead of Not_licensed. how to solve this one. we need to set vt,gt,gr to solve this issue. if yes then how to set those values.
 
As soon as you get a not licensed you should assume they are not licensed. (Or if you get a few in a row)

You can set a SharedPreference to hold the value, then ignore any retry attempts after that.
 
Back
Top Bottom