Skip to content

iOS / macOS

This content is not available in your language yet.

import SdkAvailability from ‘../../../components/SdkAvailability.astro’;

iOS/macOS SDK는 Swift Package Manager를 목표 배포 채널로 사용합니다. 출시 후 최소 플랫폼 버전, UserDefaults storage adapter, app background flush와 Swift concurrency 사용법을 확정합니다.

let abto = try AbtoClient(projectKey: "pk_abto_…")
abto.identify(userId: "user-123")
abto.capture("checkout_completed", properties: ["order_id": "order-123"])

예제 API는 출시 전 변경될 수 있습니다.