Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Releases: emartech/ios-core-sdk

1.7.3

19 Aug 11:16
Compare
Choose a tag to compare

What's new:

  • hardwareId now using UUID instead of IDFA

1.7.2

25 Jun 14:15
Compare
Choose a tag to compare

What's new:

  • NotificationSettings has been added to DeviceInfo

1.7.1

11 Jul 08:37
Compare
Choose a tag to compare

What's changed:

  • Use coreOperationQueue on ConnectionWatchDog

1.7.0

03 May 09:38
Compare
Choose a tag to compare

What's new

  • added DELETE option to HttpMethod
  • added logging

1.6.0

19 Apr 09:02
Compare
Choose a tag to compare

What's new

  • Changed Dictionary validator API, it returns error messages instead of BOOL

1.5.0

13 Apr 11:40
Compare
Choose a tag to compare

What's new

  • EMSTimestampProvider moved into NSDate+EMSCore category
  • added RequestModel to ResponseModel
  • added deviceType into device info
  • removed a few nullability warnings
  • added an NSDictionary category which can access values for keys in a type-safe manner

1.0.0

09 Apr 12:18
Compare
Choose a tag to compare

What’s new:

  • Renaming conflicting constants
  • Add extras to request model
  • Add caching to response model parsed body
  • Change request model queue to request model repository

0.9.1

09 Nov 14:40
Compare
Choose a tag to compare
  • Rich notification improvements
  • Merged Reachability renaming changes to avoid duplicate symbols

0.8.0

04 Jul 13:00
Compare
Choose a tag to compare

What’s new:

Core works on a specific background thread

0.7.0

19 Jun 14:32
Compare
Choose a tag to compare

What's new:

  • Offline support added
  • Direct network functionality that bypasses offline queue added