From 4257d0a566b3eb5af3a13376970bd2df63f721e7 Mon Sep 17 00:00:00 2001
From: Christian Oliff <christianoliff@yahoo.com>
Date: Thu, 1 Feb 2018 19:43:24 +0900
Subject: [PATCH] Update iOS link to geo-detect show correct store listing

Adding 'geo.' at beginning of the URL will automatically show users the store listing for their region so it's a better experience.

For example users in Japan will see: https://itunes.apple.com/jp/app/nextcloud/id1125420102?mt=8 which has local customer reviews and certain other information in Japanese.
---
 themes/example/defaults.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/example/defaults.php b/themes/example/defaults.php
index 186cda236b1..39006c94ad2 100644
--- a/themes/example/defaults.php
+++ b/themes/example/defaults.php
@@ -41,7 +41,7 @@ class OC_Theme {
 	 * @return string URL
 	 */
 	public function getiOSClientUrl() {
-		return 'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8';
+		return 'https://geo.itunes.apple.com/us/app/nextcloud/id1125420102?mt=8';
 	}
 
 	/**
-- 
GitLab