Skip to content

Releases: Beaconstac/iOS-SDK

Releasing v1.4.2

05 Apr 10:43
Compare
Choose a tag to compare
  • Fixed a bug which was causing Custom attributes to not work properly.

Releasing v1.4.1

22 Mar 08:56
Compare
Choose a tag to compare
  • Fixed a bug which was causing name and email to be not reported on Analytics dashboard (https://manage.beaconstac.com/reporting/visitors)
  • Introduced new property in Beaconstac to check if beacon ranging is enabled
  • Introduced new api in MSRuleProcessor to fetch rules from server, ignoring the local cached version
  • MSRuleProcessor cannot be accessed as [MSRuleProcessor sharedInstance] anymore. Instead, use the property in Beaconstac instance: [[Beaconstac sharedInstance] ruleProcessor]

Releasing v1.4

08 Feb 12:09
Compare
Choose a tag to compare
  • New classes for Webpage, Custom and Popup action types. All action types now inherit from MSAction. Check the Example code for how to access these.
  • Improvement in 'allowRangingInBackground' functionality

Releasing v1.3.2

29 Jan 07:24
Compare
Choose a tag to compare
  • New Webhook class and delegate methods. See the updated Admin Console for including Webhook parameters.
  • Example app updated to include Summary Card, Photo Card and Page Card UI

Releasing v1.3.1

07 Jan 07:05
Compare
Choose a tag to compare
  • Fixed issues with geo-fence monitoring for reliable sync when changes are made on the admin console

Releasing v1.3

17 Dec 18:54
Compare
Choose a tag to compare
  • Added support for syncing and showing notifications associated with cards or created as a standalone action
  • Added a method to enable/disable background ranging

Releasing v1.2

09 Dec 16:35
Compare
Choose a tag to compare
  • Added compatibility for beacon ranging in background on iOS9
  • Added a new delegate method which is triggered when Rule sync with server completes
  • Performance improvement in rule triggering
  • Cleanup all data on destroying Beaconstac shared instance

Releasing v1.1.1

12 Aug 06:14
Compare
Choose a tag to compare
  • Rules assigned to Tags will trigger callbacks when camped on the tagged beacon
  • Added a property in MSBeaconManager to get the currently campedOnBeacon
  • Fixed a bug which prevented Exit Rules to not trigger if there were multiple Exit Rules on same beacon

Releasing v1.1

03 Aug 17:53
Compare
Choose a tag to compare
  • Added MSTags class to enable grouping beacons by tags
  • Start/Stop Geo-fence api changed
  • Added delegate callback if SDK fails to sync rule with the server
  • Shows error in Console if an invalid UUID is entered

Releasing v1.0

04 Jun 12:17
Compare
Choose a tag to compare

v1.0 released on June 4, 2015

  • Added MSPlace class to enable grouping beacons by places
  • Ability to add Geo-fences around MSPlace with entry/exit callbacks
  • Version number dropped from framework name