Create Provisioning Profiles¶
The next phase is to create three provisioning profiles. These are the profiles that you will email to branding@owncloud.com after building your branded app with the ownBrander app on Customer.owncloud.com.
First Provisioning Profile¶
Go to Provisioning Profiles > All, then click the plus button (top right) to open the Add iOS Provisioning Profile screen. Select Ad Hoc and click Continue.
On the Select App ID screen select the first of the three App IDs that you created and click Continue. (The first one has the shortest name, if you followed the naming conventions in this manual.)
Select the certificate that you created at the beginning of this process and click Continue.
Select the devices that you want to install and test your app on, then click Continue.
Name your provisioning profile with a descriptive Profile Name, which is your bundleID, and click Generate.
When it has generated, download your new profile to your Mac computer.
Find it on your Mac (usually the Download folder) and double-click to install it in Xcode.

Second Provisioning Profile¶
Return to the “Your provision profile is ready” screen, scroll to the bottom and click Add Another. On the following screen select Ad Hoc and click Continue.
This time select the Select the .DocumentProvider app ID and click Continue.

Select the certificate that you created at the beginning of this process and click Continue.
Select the devices that you want to install and test your app on, then click Continue. These must be the same devices you selected for the first provisioning profile, and they will be selected by default.
Give this provisioning profile the same bundleID as your first profile plus .DocumentProvider and click Generate.
Just like the first provisioning profile, download it to your Mac computer, and then double-click to install it in Xcode.
Third Provisioning Profile¶
Return to the “Your provision profile is ready” screen, scroll to the bottom and click Add Another. On the following screen select Ad Hoc and click Continue.
This time select the Select the .DocumentProviderFileProvider app ID and click Continue.

Select the certificate that you created at the beginning of this process and click Continue.
Give this provisioning profile the same bundleID as your first profile plus .DocumentProviderFileProvider and click Generate. There is a 50-character limit, but don’t worry about counting characters because it will be automatically truncated if you go over.
Download it to your Mac computer, and then double-click to install it in Xcode. You should now see all of your provisioning profiles in your Download folder:
And listed in your “iOS Provisioning Profiles”.
You have one more certificate to create, and that is your P12 certificate.