You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no where in the API to provide the applications public key, nor is there any mechanism to let the caller verify a purchase against said key. This means the application has to implicitly trust any purchase receipt coming from ReactiveBilling, or continue to use portions of googles IabHelper to do the verification.
Would be great to have an additional observable that let you asynchronously verify a purchase.
The text was updated successfully, but these errors were encountered:
There's no where in the API to provide the applications public key, nor is there any mechanism to let the caller verify a purchase against said key. This means the application has to implicitly trust any purchase receipt coming from ReactiveBilling, or continue to use portions of googles IabHelper to do the verification.
Would be great to have an additional observable that let you asynchronously verify a purchase.
The text was updated successfully, but these errors were encountered: