Skip to content

Releases: KalvadTech/CustomerPulse-ios

Release list

v2.0.0

Choose a tag to compare

@fiftynotai fiftynotai released this 08 Dec 12:24

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 CustomerPulse to CustomerPulseSDK
  • Minimum iOS version raised from 13.0 to 15.0
  • Swift version raised from 5.0 to 5.9
  • Parameter dimissAfter renamed to dismissAfter
  • Parameter withOptions renamed to options
  • showSurveyWithBaseUrl() removed (use CustomerPulse.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.