base64PublicKey
chiragpurohit71085 opened this issue · 2 comments
chiragpurohit71085 commented
Hi
where I need to put base64PublicKey? to follow
Copy the application's public key (a base-64 string). You can find this in the "Services & APIs" section under "Licensing & In-App Billing".
IN THE CODE
Open BillingManager.java, find the declaration of BASE_64_ENCODED_PUBLIC_KEY constant and replace its value with the public key you retrieved in Step 2.
svignesh93 commented
Hi,
There's no need to include your BASE_64_ENCODED_PUBLIC_KEY anywhere inside your project. Simply use this new BillingClient Library 'com.android.billingclient:billing:1.0' and make sure you use same Application ID (package name) that's been used in the play store and android project as well.
chiragpurohit71085 commented
okay thanks
…On Tue 4 Sep, 2018, 11:33 AM Vignesh S, ***@***.***> wrote:
Hi,
There's no need to include your BASE_64_ENCODED_PUBLIC_KEY anywhere inside
your project. Simply use this new BillingClient Library
'com.android.billingclient:billing:1.0' and make sure you use same
Application ID (package name) that's been used in the play store and
android project as well.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APH9iUpRxcYNbbX44d8vDNKBTgzrjd41ks5uXhfEgaJpZM4WYBST>
.