Deployment
Provisioning profiles
.mobileprovision file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AppIDName</key>
<string>iOS My App</string>
<key>ApplicationIdentifierPrefix</key>
<array>
<string>29QTLV4HFP</string>
</array>
<key>CreationDate</key>
<date>2019-09-27T22:32:55Z</date>
<key>Platform</key>
<array>
<string>iOS</string>
</array>
<key>IsXcodeManaged</key>
<false/>
<key>DeveloperCertificates</key>
<array>
<data>
MIIFYTCCBEmgAwIBAgIIYToPcWigCVswDQYJKoZIhvcNAQ
...
uFL3pxVdY562UQ58glSEyw4OlkMFLD5IxGZovLuaULzUtq
FBO/19kvi29WEdJ0kvwhHa+Ba4WbjdCC3aiusr+qHQ==
</data>
</array>
<key>Entitlements</key>
<dict>
<key>application-identifier</key>
<string>29QTLV4HFP.com.mycompany.myapp</string>
<key>get-task-allow</key>
<false/>
<key>keychain-access-groups</key>
<array>
<string>29QTLV4HFP.*</string>
</array>
</dict>
<key>ExpirationDate</key>
<date>2020-02-10T22:32:55Z</date>
<key>Name</key>
<string>MyApp Ad Hoc</string>
<key>ProvisionedDevices</key>
<array>
<string>6d08...2ef8</string>
<string>effd...0381</string>
<string>a8b6...c437</string>
</array>
<key>TimeToLive</key>
<integer>136</integer>
<key>UUID</key>
<string>C248F364-66BD-45E2-BC7C-D736B9FBC809</string>
<key>Version</key>
<integer>1</integer>
</dict>
</plist>Item
Description
Types of provisioning profiles
Development provisioning profile
Ad Hoc provisioning profile
App Store provisioning profile
Enterprise provisioning profile
Deployment process

References
Last updated