owncloud / ios-legacy

:iphone: iOS app for ownCloud
https://itunes.apple.com/app/owncloud/id543672169
GNU General Public License v3.0
624 stars 687 forks source link

Opening Owncloud Ios app from another app (deeplinking) #795

Open houssem-yahiaoui opened 7 years ago

houssem-yahiaoui commented 7 years ago

Hello Guys,

I have this IOS application i'm building and i have a button to navigate directly and open the Owncloud ios application for my application, and if the app do exist on user system i open it else i do navigate to the store in order to install it.

So i was wondering is there any owncloud identifier so i can do what i want.

Thank you.

nasli commented 6 years ago

You should implement the Universal links available since iOS9 to made the deeplinking available for the paths you want to support https://developer.apple.com/library/content/documentation/General/Conceptual/AppSearch/UniversalLinks.html

michaelstingl commented 5 years ago

Related: https://github.com/owncloud/ios/issues/972