Skip to content

Commit 190e4e8

Browse files
authored
Merge pull request #443 from adjust/docs-update
Docs update
2 parents ba8e973 + 6b8396c commit 190e4e8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,9 @@ Currently we support the below `source` parameter values:
521521

522522
### <a id="subscriptions"></a>Subscription tracking
523523

524-
**Note**: This feature is only available in the native SDK v4.22.0 and above.
524+
**Note**: This feature is only available in the native SDK v4.22.0 and above. We recommend using at least version 4.22.1.
525+
526+
**Important**: The following steps only set up subscription tracking within the SDK. To complete setup, certain app-specific information must be added within Adjust’s internal interface. An Adjust representative must take this action: please contact [email protected] or your Technical Account Manager.
525527

526528
You can track App Store subscriptions and verify their validity with the Adjust SDK. After a subscription has been successfully purchased, make the following call to the Adjust SDK:
527529

doc/korean/web_views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Adjust SDK를 정적/동적 프레임 워크 또는 Carthage를 통해 추가
109109

110110
### <a id="bridge-integrate-app"></a>AdjustBridge를 앱에 연동하기
111111

112-
프로젝트 네비게이터에서 소스 파일 View Controller를 엽니 다. 파일 맨 위에`import` 문구를 추가하십시오. 인도네시아
112+
프로젝트 네비게이터에서 소스 파일 View Controller를 엽니 다. 파일 맨 위에`import` 문구를 추가하십시오.
113113
Web View Delegate의`viewDidLoad` 또는`viewWillAppear` 메소드는`AdjustBridge`에 다음 호출을 추가합니다.
114114

115115
```objc

0 commit comments

Comments
 (0)