Skip to content

Releases: adzerk/audience-ios-objc-sdk

v0.4.0

06 May 13:32
6a93787
Compare
Choose a tag to compare

Changed

  • Change iOS Deployment target version to 10.0 (#45).
  • Prevent warnings thrown from Pods (#45).
  • Require all user ids explicitly in the API (#44).
  • Remove tracking events domain models and provide JSON API instead (48).

v0.3.2

10 Sep 16:06
3f56da6
Compare
Choose a tag to compare

Changed

  • Use version number instead of build number for the User-Agent (#33).

v0.3.1

14 Aug 13:26
694bce2
Compare
Choose a tag to compare

Fixed

  • Makes JSONModel usage compatible with Swift 3 (#29).

v0.3.0

29 Jul 11:33
6a7eec9
Compare
Choose a tag to compare

Added

  • Tracking events model classes VSDKOrderPlace, VSDKOrder, VSDKLineItem, and VSDKDiscount (#26)

Removed

  • Tracking events model classes VSDKPurchase, VSDKRefund, VSDKPartialRefund, VSDKTotalRefund,VSDKSubscription, VSDKVoucher, and VSDKTransaction (#26)

v0.2.0

21 Jul 23:43
ae91426
Compare
Choose a tag to compare

Added

  • Specific classes for Partial and Total refunds (#21).
  • New AppView tracking event type (#25).

Changed

  • Add duration field to Subscription event(#25).

v0.1.0

16 Jul 09:54
7e6cc90
Compare
Choose a tag to compare

Added

  • Support for track requests (#3)
  • Support for match requests (#9)