Releases: Beaconstac/iOS-SDK
Releases · Beaconstac/iOS-SDK
v3.0.5
v3.0.5 released on January 3, 2018
- Updating entities on fetch
v3.0.4
v3.0.4 released on December 20, 2017
- Fixed event logging
- Few more changes for master flavor
v3.0.3
v3.0.3 released on December 20, 2017
- Fixed RSSI fluctuation
- Fixed exit beacon crash
Releasing v3.0.2
v3.0.2 released on December 20, 2017
- Fixed pod issues
- Fixed documentation
- Fixed path issues for the Sample App and the pod spec.
Releasing v3.0.1
- Event Logging changes.
- Fix definition of
BeaconDelegate
's didRangeBeacons to returnMBeacon
objects. - Fix method signature.
Releasing v3.0
- Introducing a new Beaconstac SDK written completely in Swift.
- One line initialisation making it easier than ever to integrate Beaconstac into your app.
- Light-weight, with added bitcode support.
- A new way to handle location permission for battery efficient BLE scanning and conforming to Apple App Store guidelines.
- Uses the much improved Beaconstac API v2 for faster and intelligent syncing of rules.
- Offline support with persistent caching of rules.
Releasing v1.5.3
- Introducing beacon ranging on display wakeup.
- Added a new property usageRequirement in Beaconstac.h to better manage user location permissions based on the applications requirement.
- Removed allowRangingInBackground property from Beaconstac.h. Instead use the property usageRequirement for setting your applications options.
- Added a new MSNotification property in MSCard to display notification attached to the card.
Releasing v1.5.2
- Fixed a bug which was causing crash on iOS 10.
Releasing v1.5.1
- Improvements in user analytics. This update is recommended for all users.
Releasing v1.5
- Introducing Rules by Places. This allows assigning a MSRule to a MSPlace object instead of a single MSBeacon or a MSTag on beacons. Check Beaconstac Admin Console on how to set it up.
- Added a new property for assigning GooglePlaceID to a given MSPlace object.
- Added a new property in MSRule - placesBeacons, which is an array of beacons attached to a place in case this MSRule is assigned to a MSPlace.
- SDK automatically syncs notifications created on Beaconstac Admin Conole and registers UserNotificationCategory for each CTA created under Notifications.