diff --git a/admin_manual/enterprise_ios_app/publishing_ios_app.rst b/admin_manual/enterprise_ios_app/publishing_ios_app.rst index a518877f0..2263c1ebe 100644 --- a/admin_manual/enterprise_ios_app/publishing_ios_app.rst +++ b/admin_manual/enterprise_ios_app/publishing_ios_app.rst @@ -15,7 +15,8 @@ Prerequisites * An iOS developer account on `Developer.Apple.com/ios `_, which costs $99 per year. Or an Enterprise account for $299/yr. The - developer account limits you to testing on 100 devices, which must be + developer account limits you to testing on 100 devices of each type (Apple TV, + Apple Watch, iPad, iPhone, iPod Touch) which must be registered in your account. The Enterprise account allows testing on unlimited, unregistered devices. * An ownCloud Enterprise Subscription, with the ownBrander app enabled on diff --git a/admin_manual/enterprise_ios_app/publishing_ios_app_4.rst b/admin_manual/enterprise_ios_app/publishing_ios_app_4.rst index 56d13996a..03b5c9b9b 100644 --- a/admin_manual/enterprise_ios_app/publishing_ios_app_4.rst +++ b/admin_manual/enterprise_ios_app/publishing_ios_app_4.rst @@ -3,17 +3,24 @@ Setting up Testing Devices ========================== The $99 Apple Developer account allows you to test your iOS apps on a maximum of -100 devices, and you must register the UDID of each device in your Apple -developer account. +100 devices of each type:: -First you must find the UDIDs of your test devices. The easiest way is to -connect to your iTunes account. Then connect your iOS device to your Mac -computer. Your device will appear on the left sidebar in iTunes. Click on this -to display your device information. Then click on the serial number, and you -will your UDID. + Apple TV 100 + Apple Watch 100 + iPad 100 + iPhone 100 + iPod Touch 100 + +And you must register the UDID of each device in your Apple developer account. +If you have the $299 Enterprise account then you can install your app on any +device without registering it. + +The easiest way to find UDIDs is to connect to your iTunes account. Then connect +your iOS device to your Mac computer. Your device will appear on the left +sidebar in iTunes. Click on this to display your device information. Then click +on the serial number, and you will see your UDID. .. figure:: ../images/itunes-udid.png - :scale: 80% Return to your account on `Developer.apple.com `_, go to **IOS Apps > @@ -22,7 +29,6 @@ device. You can make the name anything you want, and the UDID must be the UDID copied from iTunes. .. figure:: ../images/itunes-udid-3.png - :scale: 80% If you have a large number of devices to register, you may enter them in a text file in this format, and then upload the file:: @@ -31,10 +37,10 @@ file in this format, and then upload the file:: A123456789012345678901234567890123456789 NAME1 B123456789012345678901234567890123456789 NAME2 -Click ``Download sample files`` to see examples of plain text and markup files. +Click **Download sample files** to see examples of plain text and markup +files. .. figure:: ../images/itunes-udid-4.png - :scale: 80% When you are finished entering your device IDs click the **Continue** button. Verify, and then click **Done**. diff --git a/admin_manual/enterprise_ios_app/publishing_ios_app_5.rst b/admin_manual/enterprise_ios_app/publishing_ios_app_5.rst index 6527b5da6..2c28a0ee2 100644 --- a/admin_manual/enterprise_ios_app/publishing_ios_app_5.rst +++ b/admin_manual/enterprise_ios_app/publishing_ios_app_5.rst @@ -2,50 +2,44 @@ 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 +The next phase of this glorious journey 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 +to open the *Add iOS Provisioning Profile* screen. Select **Ad Hoc** and click **Continue**. .. figure:: ../images/cert-35.png - :scale: 80% 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.) .. figure:: ../images/cert-36.png - :scale: 80% Select the certificate that you created at the beginning of this process and click **Continue**. .. figure:: ../images/cert-38.png - :scale: 80% Select the devices that you want to install and test your app on, then click **Continue**. .. figure:: ../images/cert-39.png - :scale: 80% -Name your provisioning profile with a descriptive **Profile Name**, which is -your **bundleID**, and click **Generate**. +Name your provisioning profile with a descriptive **Profile Name** and click +**Generate**. .. figure:: ../images/cert-40.png - :scale: 80% When it has generated, download your new profile to your Mac computer. .. figure:: ../images/cert-50.png - :scale: 80% Find it on your Mac (usually the Download folder) and double-click to install it in Xcode. diff --git a/admin_manual/images/cert-35.png b/admin_manual/images/cert-35.png index 5328e3813..26fe05269 100644 Binary files a/admin_manual/images/cert-35.png and b/admin_manual/images/cert-35.png differ diff --git a/admin_manual/images/cert-36.png b/admin_manual/images/cert-36.png index 4b486a4ee..9b3bc0686 100644 Binary files a/admin_manual/images/cert-36.png and b/admin_manual/images/cert-36.png differ diff --git a/admin_manual/images/cert-38.png b/admin_manual/images/cert-38.png index 3f4189512..1885aa705 100644 Binary files a/admin_manual/images/cert-38.png and b/admin_manual/images/cert-38.png differ diff --git a/admin_manual/images/cert-39.png b/admin_manual/images/cert-39.png index 067aaf7b3..ca3973958 100644 Binary files a/admin_manual/images/cert-39.png and b/admin_manual/images/cert-39.png differ diff --git a/admin_manual/images/cert-40.png b/admin_manual/images/cert-40.png index 52f99f112..7bd0de42e 100644 Binary files a/admin_manual/images/cert-40.png and b/admin_manual/images/cert-40.png differ diff --git a/admin_manual/images/cert-50.png b/admin_manual/images/cert-50.png index 533104bea..a84a34e4b 100644 Binary files a/admin_manual/images/cert-50.png and b/admin_manual/images/cert-50.png differ diff --git a/admin_manual/images/itunes-udid-1.png b/admin_manual/images/itunes-udid-1.png deleted file mode 100644 index 952775936..000000000 Binary files a/admin_manual/images/itunes-udid-1.png and /dev/null differ diff --git a/admin_manual/images/itunes-udid-3.png b/admin_manual/images/itunes-udid-3.png index 78cdab092..77d7dde62 100644 Binary files a/admin_manual/images/itunes-udid-3.png and b/admin_manual/images/itunes-udid-3.png differ diff --git a/admin_manual/images/itunes-udid-4.png b/admin_manual/images/itunes-udid-4.png index 5acb7f73a..151c9cc94 100644 Binary files a/admin_manual/images/itunes-udid-4.png and b/admin_manual/images/itunes-udid-4.png differ diff --git a/admin_manual/images/itunes-udid.png b/admin_manual/images/itunes-udid.png index 14b7e5393..7278ef6d5 100644 Binary files a/admin_manual/images/itunes-udid.png and b/admin_manual/images/itunes-udid.png differ