LiteKite / Android-MonetizeApp

A sample which uses Google's Play Billing Library and it makes In-app Purchases and Subscriptions.
Apache License 2.0
164 stars 44 forks source link

Where is the license public key?????And how to login in/out??? #15

Closed ghost closed 3 years ago

ghost commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

svignesh93 commented 3 years ago

Hi @JoneJay,

Google's play billing library does not require any license key for the client app. The package name should be the same as the one that's uploaded to the play store. Please ensure you've updated your SKU KEYS for in-app and subscriptions on the monetize section of the play store and enable testing options in the settings of the play store.

The sample app does not have any login mechanism. It works only if the billing setup was successful and just need to make one-time test purchase.