in my IOS application I have an in-app purchase in my app and I need to send receipt to my web service to assign premium content to a user account. I need this to be reliable even when the connection is lost right after the in-app purchase completes.
Are there any solid libraries out there that can take a request and execute it when connection is reestablished?