What is the max limit of Universal Links registration

Problems

I would like to know the max limit registrations of Universal Links. There is no information about the limit in the latest documents, how many links we can register.

Background

Now we consider introducing UniversalLinks to our application and one of the requirements is registering multiple domains. In the system's specifications, there is no upper limit.

References

Supporting associated domains https://developer.apple.com/documentation/xcode/supporting-associated-domains

Associated Domains Entitlement https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_associated-domains

Support Universal Links(Documentation Archive) https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html

Archived documents say as follows but I don't know this is a reliable resource.

In your com.apple.developer.associated-domains entitlement, include a list of the domains that your app wants to handle as universal links. 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:hogehoge. Limit this list to no more than about 20 to 30 domains.

Post not yet marked as solved Up vote post of ushimaru Down vote post of ushimaru
352 views