내용으로 건너뛰기

iOS 설정

GitHub

Contentsquare 추적이 플러그인이 설치되면 자동으로 시작되지만 iOS 내 앱 기능인 SDK 로그, 스크린샷 캡처 및 재생 구성은 업스트림 URL 처리 설정이 필요합니다.

1. URL 스킴 추가

1. URL 스킴 추가

추가 cs-$(PRODUCT_BUNDLE_IDENTIFIER) 클립보드에 복사 Info.plist.

<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>cs-$(PRODUCT_BUNDLE_IDENTIFIER)</string>
</array>
</dict>
</array>

Wherever your Capacitor host app handles incoming URLs, forward them to the native SDK:

import ContentsquareModule
func application(
_ app: UIApplication,
open url: URL,
options: [UIApplication.OpenURLOptionsKey : Any] = [:]
) -> Bool {
Contentsquare.handle(url: url)
return true
}
import ContentsquareModule
func scene(_ scene: UIScene, openURLContexts urlContexts: Set<UIOpenURLContext>) {
if let url = urlContexts.first?.url {
Contentsquare.handle(url: url)
}
}
import ContentsquareModule
.onOpenURL { url in
Contentsquare.handle(url: url)
}

3. 설치를 확인하세요

3. 설치를 확인하세요 섹션
  • 앱을 기기나 시뮬레이터에서 실행하세요.
  • Xcode 또는 Console 로그를 필터링하세요 CSLIB.
  • Contentsquare 모바일 도구를 열고 인앱 기능을 트리거하여 deeplink가 처리되는지 확인하세요.

iOS 설정에서 계속하세요

iOS 설정에서 계속하기

iOS 설정을 사용 중이라면 iOS 설정 iOS 설정을 사용 중이라면 native 플러그인 작업을 계획하려면 Using @capgo/capacitor-contentsquare Using @capgo/capacitor-contentsquare Capgo 플러그인 디렉토리 Capgo 플러그인 디렉토리 Capacitor 플러그인들에 의해 Capgo Capacitor 플러그인들에 의해 Capgo 플러그인 추가 또는 업데이트 플러그인 추가 또는 업데이트 아이오닉 엔터프라이즈 플러그인 대체 옵션 아이오닉 엔터프라이즈 플러그인 대체 옵션의 제품 워크플로우