So far we have been validating the receipts via a nightly script. But the proper way would be to handle App Store server notification to automate the process.
But our App is already live for sometime, if we'd set that URL we would get all production notifications sent straight to our test server.
But first we need to test it with a sandbox environment. How can we do this? There should have been two URLs in the application info, one for production and one for sandbox.
Any advice please?