Carnival iOS SDK 3.6.0 Release Notes
Features
Adds the ability to set an array of data types. You can now set arrays of strings, dates, integers (NSNumber) and floats (NSNumber).
Simply use the new setStrings:forKey:
, setFloats:forKey:
, setDates:forKey:
, setIntegers:forKey:
methods.
Note: This release deprecates the use of Tags too. Use setStrings instead.
Bug Fixes
We've made some changes for iOS 9 compatibility. Including fixing https://github.com/carnivalmobile/carnival-ios-sdk/issues/1