-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PFPurchase / In-App-Purchase Validation #134
PFPurchase / In-App-Purchase Validation #134
Comments
In-app purchase validation is not implemented in parse-server and may reject activity to _Purchase entirely. Open to reviewing any changes to this current behavior. |
@gfosco I am concern about the features, apparently, without remote connections like:
I imagine that them will keep working even without a Parse Server running, right? |
I think this needs to be tested, as I'm not familiar with the inner workings of this area. If those are just for contacting iTunes for IAP, and they don't involve API endpoints on Parse, then it should work... but the _Product table and PFPurchase functionality was explicitly not part of initial development for parse-server. |
As @gfosco said, the server side functionality to support Apple API for validation of in-app-purchases is pretty lightweight and I bet there is a node module that already does it, so the implementation shouldn't take too long. |
@nlutsenko, I could take care of that, I looked through the iOS code, but didn't see any validation process going on client side from the SDK, I guess it was all internal. Could you draft a quick spec on the inner workings of _Purchase or I could R/E from the SDK and current behaviors |
Will do the spec next week, sounds good... |
Thanks! |
so basically to be implemented it the server counterpart of:
|
@nlutsenko I believe parse didn't do validation on iOS 6 auto renewable receipts as I don,t recall any setting for the The default validation is on the production servers, then if it returns a code
I send it to the sandbox. It creates a little overhead when testing but will prevent misconfiguration. |
Follow on in #515.. Brilliant work by @flovilmart |
The class PFPurchase from the client SDKs will keep working without the hosted Parse?
The text was updated successfully, but these errors were encountered: