After creating an IAP in iTunesConnect:
In the view controller that you want to buy in
import StoreKit
and add the relevant delegates
class ViewController: UIViewController, SKProductsRequestDelegate, SKPaymentTransactionObserver {
declare a variable with the product id from iTunesConnect
...