-2

I am developing an application for android and implemented in app purchase. When I click a button it works fine.

I don't want to show in app purchase dialog one more time when user uninstalls application and installs it again.

Please help me with suitable example.

Thanks in advance.

Sergei B.
  • 3,227
  • 19
  • 18
Sanjay Bhalani
  • 2,424
  • 18
  • 44

1 Answers1

2

Once your managed product is purchased and you do not use consume, a user owns it forever. So at startup check owned products and draw UI accordingly. A very good example.

Maxim G
  • 1,479
  • 1
  • 15
  • 23