Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] Doc config Apple App Id to support universal links #4

Open
nasli opened this issue Dec 19, 2017 · 1 comment
Open

[iOS] Doc config Apple App Id to support universal links #4

nasli opened this issue Dec 19, 2017 · 1 comment

Comments

@nasli
Copy link

nasli commented Dec 19, 2017

  1. The app IDs must be enabled the Associated Domains

Editing App IDs
You can edit an App ID directly using your developer account.
To enable app services for an existing App ID
Sign in to developer.apple.com/account, and click Certificates, IDs & Profiles.
Under Identifiers, select App IDs.
Select the App ID you want to change, and click Edit.
Select the corresponding checkboxes to enable the app service associated Domains.

screen shot 2017-07-31 at 10 22 59

  1. Inside the app we need to enable associated domains with the links supported ( We need to update jenkins script to dynamically update it using the correct bundle id)

Configuring Associated Domains (iOS)
In the Capabilities pane, if Associated Domains isn’t enabled, click the switch in the Associated Domains section.
Click the Add button (+) at the bottom of the Domains table.
Double-click the placeholder text in the table, and enter the domain name you want to add.
4_addassociateddomains_2x

Related
owncloud/enterprise#2173

owncloud/ios-legacy#972

https://github.com/owncloud/branded_clients/blob/cd99beb054fbd8bef9e30948cf75e046cfdc9cd6/branded_ios_app/publishing_ios_app_8.rst

@SamuAlfageme
Copy link

Also notice that, if there's multiple URLs (e.g. internal/external domains; proxies, etc) to access an instance with this feature, an explicit listing of those is required.

To do this in Xcode, open the Associated Domains section in the Capabilities tab and add an entry for each domain that your app supports, prefixed with applinks:, such as applinks:www.mywebsite.com. Limit this list to no more than about 20 to 30 domains.

ref. https://github.com/owncloud/ownbrander/issues/769

@mmattel mmattel transferred this issue from owncloud-archive/branded_clients Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants