jamesmontemagno / InAppBillingPlugin

Cross-platform In App Billing Plugin for .NET
MIT License
651 stars 152 forks source link

Android IInAppBillingVerifyPurchase - documentation #168

Closed curelom closed 6 years ago

curelom commented 6 years ago

documentation is out of date for IInAppBillingVerifyPurchase - SecuringPurchases

The following methods don't look like they exist anymore.

var key1Transform = Plugin.InAppBilling.InAppBillingImplementation.InAppBillingSecurity.TransformString(key1, 1); var key2Transform = Plugin.InAppBilling.InAppBillingImplementation.InAppBillingSecurity.TransformString(key2, 2); var key3Transform = Plugin.InAppBilling.InAppBillingImplementation.InAppBillingSecurity.TransformString(key3, 3);

Bug Information

Version Number of Plugin: Device Tested On: Simulator Tested On: Version of VS: Version of Xamarin: Versions of other things you are using:

Steps to reproduce the Behavior

Expected Behavior

Actual Behavior

Code snippet

Screenshotst

jamesmontemagno commented 6 years ago

This exist, but only in Android so you need to be inside of an Android project to use this code.