Releasing
iOS
- Create your Team in your Apple Developer account.
- Change your app's Team
- Open the Project Navigator
- Click on the app name at the top of Project Navigator
- Click the app name under TARGETS
- Click the "Signing & Capabilities" tab
- Change "Team" to your Team identifier.
- Edit
Main.swift
- Set
licenseKey
. Release builds do not start when this is missing or incorrect.
- Set
- TODO: Add more details.