Skip to content

Releases: Beaconstac/iOS-SDK

v3.0.5

03 Jan 09:08
Compare
Choose a tag to compare

v3.0.5 released on January 3, 2018

  • Updating entities on fetch

v3.0.4

28 Dec 11:06
Compare
Choose a tag to compare

v3.0.4 released on December 20, 2017

  • Fixed event logging
  • Few more changes for master flavor

v3.0.3

21 Dec 15:10
Compare
Choose a tag to compare

v3.0.3 released on December 20, 2017

  • Fixed RSSI fluctuation
  • Fixed exit beacon crash

Releasing v3.0.2

20 Dec 13:50
Compare
Choose a tag to compare

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

19 Dec 17:19
Compare
Choose a tag to compare
  • Event Logging changes.
  • Fix definition of BeaconDelegate's didRangeBeacons to return MBeacon objects.
  • Fix method signature.

Releasing v3.0

19 Dec 06:55
Compare
Choose a tag to compare
  • 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

13 Feb 08:46
Compare
Choose a tag to compare
  • 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

05 Oct 06:45
Compare
Choose a tag to compare
  • Fixed a bug which was causing crash on iOS 10.

Releasing v1.5.1

20 Jul 06:17
Compare
Choose a tag to compare
  • Improvements in user analytics. This update is recommended for all users.

Releasing v1.5

08 Jul 05:47
Compare
Choose a tag to compare
  • 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.