Releases: comapi/comapi-sdk-ios-objc-spm
Releases · comapi/comapi-sdk-ios-objc-spm
2.2.0
2.1.3
Changes compareing to version 2.1.1 (CocoaPods setup) published here:
- migration to Swift Package Manager setup
- SDK initialisation requires setting APNS environment in the CMPComapiConfig passed to the SDK initialization method to one of the two values: "development" or "production".
ComapiConfig().setApnsEnvironment("development")