From 004776130bbcd1f27323af603ccd2d2aed17ad40 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 15 Mar 2019 18:02:34 +0000 Subject: [PATCH] Add iOS platform pages --- installation-ios-app.md | 21 +++++++++++++++++++++ installation.md | 4 ++++ platform-ios.md | 27 +++++++++++++-------------- 3 files changed, 38 insertions(+), 14 deletions(-) create mode 100644 installation-ios-app.md diff --git a/installation-ios-app.md b/installation-ios-app.md new file mode 100644 index 0000000..d1628a5 --- /dev/null +++ b/installation-ios-app.md @@ -0,0 +1,21 @@ +--- +tags: dontlink +sitemap: true +--- + +# Installing on iOS + +Yggdrasil is supported on iOS. + +## Using TestFlight + +Start by downloading the [TestFlight app](https://itunes.apple.com/us/app/testflight/id899247664?mt=8) from the App Store. + +Then visit the [Yggdrasil TestFlight URL](https://testflight.apple.com/join/jZNsIkRr) from your iPhone or iPad to enroll. You can then download (and upgrade) the app from within TestFlight. + +Upon opening Yggdrasil for the first time, you will be prompted to add a VPN configuration. You must allow this - Yggdrasil will not work without it. + +## After installation + +Read the [iOS platform page](platform-ios.md) page for further information about +iOS platform support. diff --git a/installation.md b/installation.md index faa99ce..add35fd 100644 --- a/installation.md +++ b/installation.md @@ -17,3 +17,7 @@ Installation guides are available for the following platforms/distributions. - [macOS installer](installation-macos-pkg.md) - [Manual install or build from source](installation-macos-other.md) + +## iOS + +- [App installation](installation-ios-app.md) diff --git a/platform-ios.md b/platform-ios.md index 1a9bcfb..ee57909 100644 --- a/platform-ios.md +++ b/platform-ios.md @@ -5,20 +5,19 @@ sitemap: true # iOS -Yggdrasil is supported on iOS thanks to a native app currently in TestFlight. It can be used on both iPhones or iPads and is implemented as a VPN extension. Although it should work on most recent releases of iOS, using the latest version is recommended. +Yggdrasil is supported on iOS thanks to a native app currently in TestFlight. It +can be used on both iPhones or iPads and is implemented as a VPN extension. +Although it should work on most recent releases of iOS, using the latest version +is recommended. ## Notes -- Functionality in the app is somewhat limited compared to Yggdrasil on other platforms - some features like crypto-key routing are not available at this time -- The app is developmental and might have some bugs or may, in some limited cases, drain battery power. Please make sure to report bugs to us via Matrix/IRC -- Each TestFlight release is only valid for 90 days. You will be notified by push notification and/or email when a new TestFlight build is available so please make sure to upgrade as soon as possible after each release - -## Installation - -### Using TestFlight - -Start by downloading the [TestFlight app](https://itunes.apple.com/us/app/testflight/id899247664?mt=8) from the App Store. - -Then visit the [Yggdrasil TestFlight URL](https://testflight.apple.com/join/jZNsIkRr) from your iPhone or iPad to enroll. You can then download (and upgrade) the app from within TestFlight. - -Upon opening Yggdrasil for the first time, you will be prompted to add a VPN configuration. You must allow this - Yggdrasil will not work without it. +- Functionality in the app is somewhat limited compared to Yggdrasil on other + platforms - some features like crypto-key routing are not available at this + time +- The app is developmental and might have some bugs or may, in some limited + cases, drain battery power. Please make sure to report bugs to us via + Matrix/IRC +- Each TestFlight release is only valid for 90 days. You will be notified by + push notification and/or email when a new TestFlight build is available so + please make sure to upgrade as soon as possible after each release