Configuration and Utility Methods (iPhone)

Configuration and Utility Methods — iPhone

// Check device support
CyoGateSDK.isSupported()  // → Bool

// Session management
transactionManager.initializeSession { result in
    switch result {
    case .success: print("Ready")
    case .failure(let e): print("Error: \(e)")
    }
}
transactionManager.invalidateSession()

// SDK version
let version = CyoGateSDK.sdkVersion

// Connectivity
transactionManager.checkConnectivity { isConnected in
    if !isConnected { showOfflineAlert() }
}
See the Tap to Pay on iPhone overview for full context and the complete topic list.

Take Your Business to the Next Level

Find out how our innovative payment solutions can benefit your business. Reach out to us for more information or to get started!

Let's Get Started