Procházet zdrojové kódy

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.
tags/v14.0.0beta1
Christian Oliff před 6 roky
rodič
revize
4257d0a566
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      themes/example/defaults.php

+ 1
- 1
themes/example/defaults.php Zobrazit soubor

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

/**

Načítá se…
Zrušit
Uložit