Skip to content

Releases: comapi/comapi-sdk-ios-objc-spm

2.2.0

19 Jun 10:08

Choose a tag to compare

Added the isDdOriginated helper method isDotdigitalOriginated
This allows you to determine whether a push message originated from Dotdigital when handling notifications.

2.1.3

26 Mar 15:53
23f0168

Choose a tag to compare

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")