I am implementing in app purchase in my app. Before purchasing in app product I need to disable the Button which is having extra features.
I tried '''clikButton.setEnabled(false)'''
After buying in app purchase I putted '''clickButton.setEnabled(true)'''
After in app purchase completion, the button getting enabled. But if close the app and open again it's going to disabled state. So, user need to Buy multiple times. How to solve this issue.
Detailed code: How to setup In App purchase (Non Consumable)?