Skip to content

Releases: flagship-io/flagship-ios

3.1.0

26 Jun 09:05
dbda40d
Compare
Choose a tag to compare
  • Added

    Tracking manager feature - Preventing from a data lost and bandwidth hogs by sending hit with a batching system. Config Tracking
    Manager

    Flagship.close method
    Page event used for web page in an embedded web view.

  • Changed
    Interface IHitCacheImplementation

3.0.6

06 Dec 16:35
cbda547
Compare
Choose a tag to compare
add visitor_consent key in body request campaign

3.0.5

06 Dec 14:21
Compare
Choose a tag to compare
fix bug on return device model name

3.0.4

19 Sep 08:42
2c8bde8
Compare
Choose a tag to compare
Expose metadata method for objective c

3.0.3

09 Aug 11:50
b2e599d
Compare
Choose a tag to compare
add warning in doc string xpc

3.0.2

13 Jul 13:30
2540b70
Compare
Choose a tag to compare

Changed the accepted event value.

3.0.1

21 Apr 10:41
c275b72
Compare
Choose a tag to compare

Added

  • Compatibility with macOS and watchOS
  • New predefined context: OS_VERSION_NAME

Changed

  • The predefined context OS_VERSION is now deprecate, use OS_VERSION_CODE

3.0.0

12 Apr 14:44
Compare
Choose a tag to compare

Added:

  • Visitor instance to manage the experiments and track events
  • FSFlag class to manipulate Flag
  • Supports the tvOS platform

Changed:

  • SDK new architecture
  • Init the SDK with configuration options
  • synchronizeModification is now deprecated, use fetchFlags function through the visitor instance
  • getModification / getModificationInfo / activateModification are now obsolete and have been replaced by FSFlag class