Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 914 Bytes

c-mob-target-preview-ios.md

File metadata and controls

25 lines (15 loc) · 914 Bytes

Target Preview on iOS

Target Preview allows you to easily perform end-to-end QA for Target activities and preview these activities on your device.

For more information on how to set up and use Target Preview, see Target mobile preview in the Adobe Target documentation.

Important: To use Target Preview, you need SDK version 4.14.0 or later.

Target Preview method

  • setPreviewRestartDeeplink

    Sets an app deeplink that will be triggered when preview selections are applied in the Preview mode.

    • Here is the syntax for this method:

       + (void) targetPreviewRestartDeepLink:(nullable NSString *)callbackURL;
    • Here is the code sample for this method:

      [ADBMobile targetPreviewRestartDeepLink:@"myapp://myhost"];