Releases: KalvadTech/CustomerPulse-ios
Releases · KalvadTech/CustomerPulse-ios
Release list
v2.0.0
CustomerPulse iOS SDK v2.0.0
Highlights
- New Environment API - Switch between production and sandbox with
CustomerPulse.environment - Debug Logging - Enable with
CustomerPulse.debugLogging = true - Modernized Platform - iOS 15.0+, Swift 5.9+
- API Cleanup - Fixed typos, consolidated methods
Breaking Changes
- CocoaPods package renamed from
CustomerPulsetoCustomerPulseSDK - Minimum iOS version raised from 13.0 to 15.0
- Swift version raised from 5.0 to 5.9
- Parameter
dimissAfterrenamed todismissAfter - Parameter
withOptionsrenamed tooptions showSurveyWithBaseUrl()removed (useCustomerPulse.environment = .sandbox)
Installation
CocoaPods:
pod 'CustomerPulseSDK', '~> 2.0'Swift Package Manager:
.package(url: "https://github.com/KalvadTech/CustomerPulse-ios.git", from: "2.0.0")Manual: Download CustomerPulse.xcframework.zip below.
See CHANGELOG.md for full details.