adjust-icon

Additional deep link features

Below are additional deep link features for specific use cases.

Deferred deep linking

Set up Adjust LinkMe

Property declaration
@property (nonatomic, assign) BOOL linkMeEnabled;

Adjust’s LinkMe solution is an optional feature that ensures robust deferred deep linking performance by enabling your app to read deep link information from the device pasteboard.

When a user clicks on a LinkMe URL they have the option to copy the link information to their system pasteboard. You can use the Adjust SDK to read the system pasteboard for deep link information. If deep link information is present, the Adjust SDK forwards the user to the correct page in your app.

To enable pasteboard checking in your app, pass a true value to the setLinkMeEnabled method on your ADJConfig object: