I have created my first android app and also implemented google licensing verification library into it.But the google LVL doesn't clearly states that how could I create a trial version of some days(say 3 days) for my app and then encourage the app user to buy the app. As I want my app to run for 3 days with full functionality and then get disabled, while showing ads in trial version simultaneously.I am a beginner, seeking for someone's kind help.Thanks.
Asked
Active
Viewed 138 times
1 Answers
0
Use flags in firebase remote config which you can update through firebase developer console. And set 3 days time binding from the day you uploaded your apk. I hope you understand.

Mahabub Karim
- 810
- 11
- 17
-
thanks for replying, could you please elaborate the procedure ? – Albert Ritchie Apr 24 '19 at 16:40
-
Visit firebase site and go through firebase remote config. You can see this: link https://droidmentor.com/how-to-update-your-app-using-firebase-remote-config/ and instead of update use your own flag. – Mahabub Karim Apr 24 '19 at 16:49