googlecodelabs / play-billing-codelab

Codelab to demonstrate new way of integration with Google Play billing
https://developer.android.com/google/play/billing/billing_library.html
Apache License 2.0
21 stars 16 forks source link

Where do I add licence key #1

Closed mayur-sarang closed 7 years ago

mayur-sarang commented 7 years ago

I didn't found any Licence key added, which is Base64-encoded, Where to add?

gorgon commented 7 years ago

You don't need to add any license key. Did you find some guidelines that require it?

mayur-sarang commented 7 years ago

screenshot from 2017-07-17 12 20 02

This is written in Google play console(Development tools > service &api)

gorgon commented 7 years ago

Codelab sample code already contains this part (it has both signature file and necessary changes inside build.gradle file inside work dir). You can check it out and use this technics for your own app. However it's not the main part of this codelab and you don't need to worry about this to complete it.

maxim-yudin commented 7 years ago

Thanks

gorgon commented 7 years ago

We tried to keep the Codelab as short as possible. For the complete sample example, please see, how we are using Base64 key in TrivialDrive v2. But please, keep in mind, that this couldn't be the main security part in your integration with Google Play billing. We do encourage developers to think about their ways of providing a security level specific to their needs and use our backend API for purchase verification.