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.

../_images/cert-35.png

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.)

../_images/cert-36.png

Select the certificate that you created at the beginning of this process and click Continue.

../_images/cert-38.png

Select the devices that you want to install and test your app on, then click Continue.

../_images/cert-39.png

Name your provisioning profile with a descriptive Profile Name, which is your bundleID, and click Generate.

../_images/cert-40.png

When it has generated, download your new profile to your Mac computer.

../_images/cert-50.png

Find it on your Mac (usually the Download folder) and double-click to install it in Xcode.

../_images/cert-41.png

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.

../_images/cert-35.png

This time select the Select the .DocumentProvider app ID and click Continue.

../_images/cert-42.png

Select the certificate that you created at the beginning of this process and click Continue.

../_images/cert-43.png

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.

../_images/cert-39.png

Give this provisioning profile the same bundleID as your first profile plus .DocumentProvider and click Generate.

../_images/cert-44.png

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.

../_images/cert-35.png

This time select the Select the .DocumentProviderFileProvider app ID and click Continue.

../_images/cert-46.png

Select the certificate that you created at the beginning of this process and click Continue.

../_images/cert-43.png

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.

../_images/cert-47.png

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:

../_images/cert-51.png

And listed in your “iOS Provisioning Profiles”.

../_images/cert-52.png

You have one more certificate to create, and that is your P12 certificate.