I've put an application on Google Play for $5. How do I know if a user using this app has bought it? I am a beginner please help me !
I need to use such a way in my application:
if (appBought) {
//SOME_WORK_1
} else {
//SOME_WORK_2
}
I've put an application on Google Play for $5. How do I know if a user using this app has bought it? I am a beginner please help me !
I need to use such a way in my application:
if (appBought) {
//SOME_WORK_1
} else {
//SOME_WORK_2
}