BFAppLinkResolving
A more recent version of this class is available. Check out the latest version.
Discussion:

Implement this protocol to provide an alternate strategy for resolving App Links that may include pre-fetching, caching, or querying for App Link data from an index provided by a service provider.

Extends Protocol:NSObject
Declared in:BFAppLinkResolving.h
Instance Methods
appLinkFromURLInBackground:
ParameterDescription
url

The URL to resolve into an App Link.

- (BFTask *) appLinkFromURLInBackground:(NSURL *)url;
Discussion:

Asynchronously resolves App Link data for a given URL.