Safari suggests install OC app

What controls this, is it NC or Apple/Safari linking to the app store?
Can it be changed?

cc @MorrisJobke @bjoern

@JasonBayton this should be fixed in 9.0.52

1 Like

I’m on 9.0.52, can confirm it’s not fixed :slight_smile:

@JasonBayton as you can see here, the app store link is correct in 9.0.52: https://github.com/nextcloud/server/blob/v9.0.52/lib/private/defaults.php#L59

Maybe you can double check that the file lib/private/defaults.php also contains the correct link on your server. If everything looks good and you still experience the wrong behavior I would suggest to open a bug report on GitHub so that we can look into it in more detail.

Oh defaults? The theme template overrides that doesn’t it? In which case it’s because I’m using a custom theme.

Has the defaults template been patched too?

It only overwrites it if your default.php also implements the getiOSClientUrl() method, if not it should fall back to the Nextcloud default

/** * Returns the URL to the App Store for the iOS Client * @return string URL */ public function getiOSClientUrl() { return 'https://itunes.apple.com/us/app/owncloud/id543672169?mt=8'; }

I’ll remove that :slight_smile:

this should help :wink:

Hi in page : https://nextcloud.com/install/?utm_content=bufferd39f6&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer#

the Image [Availabe on the App Store] link to “https://itunes.apple.com/app/id1125420102”, It would be more correct “https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8”.

look https://linkmaker.itunes.apple.com/en-us/details/1125420102?q=nextcloud&country=us&media=appstore&genre=catalogs

bye
m.

Do you want to create a pull request on github?

yes @bjoern , next week

1 Like