Inherits from NSObject
Conforms to BFAppLinkResolving
Declared in FBSDKAppLinkResolver.h

Overview

@class FBSDKAppLinkResolver

@abstract Provides an implementation of the BFAppLinkResolving protocol that uses the Facebook App Link Index API to resolve App Links given a URL. It also provides an additional helper method that can resolve multiple App Links in a single call.

@discussion Usage of this type requires a client token. See [FBSDKSettings setClientToken:] and linking Bolts.framework

Class Methods

resolver

Allocates and initializes a new instance of FBSDKAppLinkResolver.

+ (instancetype)resolver

Declared In

FBSDKAppLinkResolver.h

Instance Methods

appLinksFromURLsInBackground:

Asynchronously resolves App Link data for multiple URLs.

- (BFTask *)appLinksFromURLsInBackground:(NSArray *)urls

Parameters

urls

An array of NSURLs to resolve into App Links.

Return Value

A BFTask that will return dictionary mapping input NSURLs to their corresponding BFAppLink.

Declared In

FBSDKAppLinkResolver.h