App Store Connect IOS app Flashcards Preview

Coding > App Store Connect IOS app > Flashcards

Flashcards in App Store Connect IOS app Deck (7)
Loading flashcards...
1
Q

What do provisioning profiles allow you to do?

A

To install apps on your iOS devices or Mac.

2
Q

What do provisioning profiles include ?

A

Provisioning profiles include:

  • signing certificates
  • device identifiers
  • bundle ID
3
Q

What is a bundle ID?

A

It is an apps unique identifier.

4
Q

On App Store connect what does the bundleIdCapabilities section do?

A

It is where you can enable and disable capabilities for a bundle ID. Examples of capabilities are NFC, Apple pay, In-App Purchase etc.

5
Q

What is the device section on App Store Connect?

A

It is where you can register devices for development and testing. You can see information about the devices already registered here.

6
Q

What does the Certificates section on App Store connect contain?

A

The digital certificates used for app development and distribution.

7
Q

If you have Xcode set to automatic signing how do you register new devices on the provisioning profile?

A

Xcode does it for you if you are using automatic signing.