In-App Purchases

Updated for 2022! In-App Purchase offers additional revenue streams for developers other than the initial purchase from the App Store. This can be great for unlocking functionality, providing additional content or for in-game currency. This course covers the dance with App Store Connect, integration with StoreKit, restoration of previous purchases and transaction validation, by the end of the series you’ll have a great understanding of the concepts behind IAP. By Jessy Catterwaul.

Leave a rating/review
Download materials
Save for later
Comments
Share

Who is this for?

This course is for intermediate iOS developers who are comfortable with the Swift language, SwiftUI and know their way around Xcode.

Covered concepts

  • Defining your own in-app purchases locally & in App Store Connect
  • Preparing purchases in Xcode
  • Unit testing your purchases
  • Buying & restoring purchases

Part 1: Getting Started

01
Toggle description

Interested in incorporating in-app purchases into your app? This course teaches you how to do just that. Find out what’s involved and what you’ll learn.

Toggle description

Understand the various types that compose the workflow for making in-app purchases.

Toggle description

Learn the differences between a consumable and a non-consumable, and then create one in App Store Connect.

04
Toggle description

Challenge yourself by adding more in-app purchases to App Store Connect.

Toggle description

Get started adding StoreKit by building the necessary classes you’ll use to talk to it.

Toggle description

Query StoreKit with a list of your in-app purchases and then display them to the end user.

Toggle description

Understand why things go wrong and where to troubleshoot when you don’t receive products from StoreKit.

Toggle description

Process the returned transactions from StoreKit in order to credit purchases to the end user.

Toggle description

Receive a quick review of all the steps and then push that buy button.

Toggle description

Integrate a StoreKit configuration file and create products in Xcode itself.

Conclusion 0:48
Toggle description

Review the previous part and receive an overview about the upcoming part.

Part 2: Managing & Testing Purchases

Toggle description

Gain an understanding of the upcoming topics in this part.

Toggle description

Learn to locally persist a user’s purchases in a secure manner.

Toggle description

Now that you understand non-consumables, it’s time to implement some consumables.

Toggle description

Automate the testing of your purchase flow by way of the StoreKit Configuration file.

Toggle description

Understand the process of responding to refund requests.

Conclusion 1:54
Toggle description

Congrats on finishing the course! Review everything you’ve learned, and find out where to go next.