Verify Purchase Data without Google Server Authentication #34
Replies: 3 comments 11 replies
-
|
Hi @SharyRajpoot, AlsalamAlykom, Unfortunately, the only allowed authentication method till now is Authentication as a service account. It's pretty easy to create the JSON file, just follow the steps mentioned here. |
Beta Was this translation helpful? Give feedback.
-
|
Suppose if my |
Beta Was this translation helpful? Give feedback.
-
|
Hi @imdhemy I am facing issues retrieving/verifying the Google Play receipt data, $subscriptionReceipt = Subscription::googlePlay()->receiptData($subscription->receipt_data)->verifyReceipt(); It requires a password. Can you help me with this? Thankyou |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an android app and inside it, there's some consumables item for users to purchase, and then that purchase data which is returned by Google In-App-Billing is submitted to backend server and then the server checks the validity of data....like is this purchase is authentic mean real.
Previously I was using Node.Js for this purpose and app backend.
But now,
I have moved the backend to PHP Laravel and looking for the same solution as what Node.Js does for me.
In other words, if I say this node js is just taking a Google In-App-Billing e.g: data and signature and uses GOOGLE_PLAY_PUBLIC_KEY to verify the purchase is real or not WITHOUT any other server interaction.
for reference to node js library: iab-verifier
Now your library provides the same features as node js but using a google server.
here what I want to just validate purchase data against using GOOGLE_PLAY_PUBLIC_KEY for purchase validations.
Does your Laravel Lib. provides any methods like Node.Js iab_verifier?
Beta Was this translation helpful? Give feedback.
All reactions