App Store Connect IOS app Flashcards
What do provisioning profiles allow you to do?
To install apps on your iOS devices or Mac.
What do provisioning profiles include ?
Provisioning profiles include:
- signing certificates
- device identifiers
- bundle ID
What is a bundle ID?
It is an apps unique identifier.
On App Store connect what does the bundleIdCapabilities section do?
It is where you can enable and disable capabilities for a bundle ID. Examples of capabilities are NFC, Apple pay, In-App Purchase etc.
What is the device section on App Store Connect?
It is where you can register devices for development and testing. You can see information about the devices already registered here.
What does the Certificates section on App Store connect contain?
The digital certificates used for app development and distribution.
If you have Xcode set to automatic signing how do you register new devices on the provisioning profile?
Xcode does it for you if you are using automatic signing.