Releases: Beaconstac/iOS-SDK
Releases · Beaconstac/iOS-SDK
Releasing v1.4.2
- Fixed a bug which was causing Custom attributes to not work properly.
Releasing v1.4.1
- 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
- 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
- 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
- Fixed issues with geo-fence monitoring for reliable sync when changes are made on the admin console
Releasing v1.3
- 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
- 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
- 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
- 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
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