Skip to content
Snippets Groups Projects
Unverified Commit 4257d0a5 authored by Christian Oliff's avatar Christian Oliff Committed by GitHub
Browse files

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.
parent 009874a4
No related branches found
No related tags found
No related merge requests found
......@@ -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';
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment