Countly v20.04.3 Release Notes

Release Date: 2020-08-30 // over 3 years ago
  • โš  Warning

    Although this is a minor release (due to current version numbering conventions in Countly), it has serious changes regarding Location and Attribution features. Please make sure you read HeaderDocs for deprecated methods and properties.


    ๐Ÿ—„ Deprecated recordLocation:, recordCity:andISOCountryCode:, recordIP: methods

    โž• Added new combined recordLocation:city:ISOCountryCode:IP: method for recording location related info

    ๐Ÿ—„ Deprecated enableAttribution initial config flag

    โž• Added attributionID initial config property

    โž• Added recordAttributionID: method

    Discarded IDFA usage on optional attribution feature

    Discarded COUNTLY_EXCLUDE_IDFA preprocessor flag

    โšก๏ธ Updated PLCrashReporter subspec dependency version specifier as ~> 1

    Other various improvements

    • Updated HeaderDocs, internal logs, inline notes and pragma marks
    • Updated some initial config property modifiers as copy
    • Treated empty string city, ISOCountryCode and IP values as nil
    • Added warnings for the cases where city and ISOCountryCode code are not set as a pair