Skip to content

Instantly share code, notes, and snippets.

View matthiasplappert's full-sized avatar

Matthias Plappert matthiasplappert

View GitHub Profile

iOS In App Purchases

Apple summarizes the whole flow of server-side In App Purchases in this graph. It’s a very good starting point to get the overall idea what it necessary.

flow

Overview of Required APIs

  • GET available product identifiers
  • POST the iTunes transaction receipt for validation and retrieve redeem code as response

That’s pretty much it.