youknowone / itunes-iap

Apple iTunes In-app purchase verification tool
http://itunes-iap.readthedocs.io
Other
136 stars 50 forks source link

Local Verification #15

Closed EralpB closed 9 years ago

EralpB commented 9 years ago

Do you have any plans on adding local receipt verification? I mean we can use it to answer users fast, then in a batch process we could check the receipts with apple servers and detect fraud.

youknowone commented 9 years ago

I think you can locally verify it in iOS. Server verification out of iOS doesn't have a point. Local verification is convinient and fast - server verification is safe but python verification without apple server is just combination of their weak points.