diff --git a/src/content/docs/en/sdk/flutter/v5/features/deep-links.mdx b/src/content/docs/en/sdk/flutter/v5/features/deep-links.mdx index 5b33d6982..471e84811 100644 --- a/src/content/docs/en/sdk/flutter/v5/features/deep-links.mdx +++ b/src/content/docs/en/sdk/flutter/v5/features/deep-links.mdx @@ -55,7 +55,7 @@ To enable Adjust reattribution via deep linking, make sure to call `Adjust.proce ```swift -import Adjust +import AdjustSdk class AppDelegate { @@ -85,7 +85,7 @@ class AppDelegate { ```objc -#import "Adjust.h" +#import @implementation AppDelegate diff --git a/src/content/docs/en/sdk/ios/v5/index.mdoc b/src/content/docs/en/sdk/ios/v5/index.mdoc index 6c886f716..e100223b9 100644 --- a/src/content/docs/en/sdk/ios/v5/index.mdoc +++ b/src/content/docs/en/sdk/ios/v5/index.mdoc @@ -125,7 +125,7 @@ func viewWillAppear(_ animated: Bool) { {% tab title="Objective-C" sync="objc" %} ```objc -#import "" +#import - (void)viewWillAppear:(BOOL)animated { WKWebView *webView = [[WKWebView alloc] initWithFrame:self.view.bounds]; diff --git a/src/content/docs/ja/sdk/flutter/v5/features/deep-links.mdx b/src/content/docs/ja/sdk/flutter/v5/features/deep-links.mdx index aefd70f1c..eb8517d0f 100644 --- a/src/content/docs/ja/sdk/flutter/v5/features/deep-links.mdx +++ b/src/content/docs/ja/sdk/flutter/v5/features/deep-links.mdx @@ -55,7 +55,7 @@ Adjustはディープリンクを使ったリエンゲージメントキャン ```swift -import Adjust +import AdjustSdk class AppDelegate { @@ -85,7 +85,7 @@ class AppDelegate { ```objc -#import "Adjust.h" +#import @implementation AppDelegate diff --git a/src/content/docs/ja/sdk/ios/v5/index.mdoc b/src/content/docs/ja/sdk/ios/v5/index.mdoc index 3f6966c12..f21dca318 100644 --- a/src/content/docs/ja/sdk/ios/v5/index.mdoc +++ b/src/content/docs/ja/sdk/ios/v5/index.mdoc @@ -125,7 +125,7 @@ func viewWillAppear(_ animated: Bool) { {% tab title="Objective-C" sync="objc" %} ```objc -#import "" +#import - (void)viewWillAppear:(BOOL)animated { WKWebView *webView = [[WKWebView alloc] initWithFrame:self.view.bounds]; diff --git a/src/content/docs/ko/sdk/flutter/v5/features/deep-links.mdx b/src/content/docs/ko/sdk/flutter/v5/features/deep-links.mdx index c7f9537f5..37eb9f0b7 100644 --- a/src/content/docs/ko/sdk/flutter/v5/features/deep-links.mdx +++ b/src/content/docs/ko/sdk/flutter/v5/features/deep-links.mdx @@ -55,7 +55,7 @@ Adjust를 통해 딥링크를 사용하여 리인게이지먼트 캠페인을 ```swift -import Adjust +import AdjustSdk class AppDelegate { @@ -85,7 +85,7 @@ class AppDelegate { ```objc -#import "Adjust.h" +#import @implementation AppDelegate diff --git a/src/content/docs/ko/sdk/ios/v5/index.mdoc b/src/content/docs/ko/sdk/ios/v5/index.mdoc index e72d37d98..0d0e2d85f 100644 --- a/src/content/docs/ko/sdk/ios/v5/index.mdoc +++ b/src/content/docs/ko/sdk/ios/v5/index.mdoc @@ -125,7 +125,7 @@ func viewWillAppear(_ animated: Bool) { {% tab title="Objective-C" sync="objc" %} ```objc -#import "" +#import - (void)viewWillAppear:(BOOL)animated { WKWebView *webView = [[WKWebView alloc] initWithFrame:self.view.bounds]; diff --git a/src/content/docs/zh/sdk/flutter/v5/features/deep-links.mdx b/src/content/docs/zh/sdk/flutter/v5/features/deep-links.mdx index e9b2d57d5..5d1847d4f 100644 --- a/src/content/docs/zh/sdk/flutter/v5/features/deep-links.mdx +++ b/src/content/docs/zh/sdk/flutter/v5/features/deep-links.mdx @@ -55,7 +55,7 @@ Adjust 支持使用深度链接进行再交互推广活动。要了解更多信 ```swift -import Adjust +import AdjustSdk class AppDelegate { @@ -85,7 +85,7 @@ class AppDelegate { ```objc -#import "Adjust.h" +#import @implementation AppDelegate diff --git a/src/content/docs/zh/sdk/ios/v5/index.mdoc b/src/content/docs/zh/sdk/ios/v5/index.mdoc index 334dfb64a..69d4bf75a 100644 --- a/src/content/docs/zh/sdk/ios/v5/index.mdoc +++ b/src/content/docs/zh/sdk/ios/v5/index.mdoc @@ -125,7 +125,7 @@ func viewWillAppear(_ animated: Bool) { {% tab title="Objective-C" sync="objc" %} ```objc -#import "" +#import - (void)viewWillAppear:(BOOL)animated { WKWebView *webView = [[WKWebView alloc] initWithFrame:self.view.bounds];