verifying iOS store receipt on own server
If you have In App Purchases in your iOS app, apple recommends to validate the purchase. There are to ways: first connecting the apple app store directly within your app, and second send a so called receipt to your own serverĀ and having your server perform the validation with the App Store server. I want to […]