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.
This commit is contained in:
Christian Oliff 2018-02-01 19:43:24 +09:00 committed by GitHub
parent 009874a4c2
commit 4257d0a566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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';
}
/**