I have free version application with Ads. I want to add a button that, when clicked, will pop up such a dialog with my paid application without Ads. screen dialog Can this be implemented?
Asked
Active
Viewed 87 times
1
-
Why don't you make an implicit intent to your app's paid version on Google Play? – alanpaivaa Mar 08 '18 at 20:57
1 Answers
3
I don't think that is possible. You should consider using an implicit intent to redirect the user to the Google Play application.
Check this out: How to open the Google Play Store directly from my Android application?

alanpaivaa
- 1,959
- 1
- 14
- 23