JackAppDev / flutter_iap

Flutter iap plugin
MIT License
100 stars 15 forks source link

Make available token/receipt data for verification #22

Closed Lastmanstanding closed 5 years ago

Lastmanstanding commented 6 years ago

There is a need to do server side verification of the purchases. We are currently only implementing the android platform in-app purchase, but the IAPResponse returned from the 'buy' method does not contain the necessary token or receipts needed for server side verification (eg. through https://developers.google.com/android-publisher/api-ref/purchases/products/get).

JackAppDev commented 6 years ago

@FaisalAbid @ened would you be able to help with the android side?

ItsCalebJones commented 6 years ago

I'm currently on a two week vacation - willing to help with the Android side when I get back around August 1st.

ened commented 6 years ago

Also on vacation 🍻🍻 back on desk in 3 weeks

JackAppDev commented 6 years ago

Should be working now for Android with https://github.com/JackAppDev/flutter_iap/commit/9fead94f456194a797944451057e68aaadc5c86b

Lastmanstanding commented 5 years ago

Indeed. All's ok.