Beginner iOS Dev — In App Purchase (IAP) made simple with SwiftyStoreKit.

James Tapping
Level Up Coding
Published in
7 min readFeb 1, 2021

--

SwiftyStoreKit really makes it ridiculously easy to put a basic In App Purchase in place. In this example, I will show how to put a non-consumable IAP into a simple app. The Apple example of a non-consumable is a ‘race track in a car game’, it could also be a unlock pro option offering extra features.

--

--