Skip to content

Releases: rsattar/launchkit-ios

Added block method that gets called when config is ready

17 Nov 19:55
Compare
Choose a tag to compare

This adds some support to be notified when LaunchKit Config is ready (has received data from the server)

Usage measurement tools (debug), and API call improvement

04 Nov 00:43
Compare
Choose a tag to compare

This adds some debug usage measuring tools, as well as a reduction to the already light network bandwidth usage.

Added Carthage Support

03 Nov 21:57
Compare
Choose a tag to compare

LaunchKit is now available through Carthage. Add the following line to your Cartfile:

github "LaunchKit/launchkit-ios"

Bug Fixes

03 Nov 21:58
Compare
Choose a tag to compare

Included some missing framework imports, and fixed some comments 👍