Initialization
API Interface / iOS
Definition
func initialize(launchOptions: [UIApplication.LaunchOptionsKey: Any]?)@MainActor func initialize() asyncHealth Service
MoveSDK.shared.enable(healthKit: MoveSDKHealth.shared)
MoveSDK.shared.initialize(...)Timing
Why should the initialization be called before willFinishLaunchingWithOptions returns?
Background-Fetch (recommended)
iOS 12 and below
iOS 13 and up
Last updated