Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

2.10.7

Compare
Choose a tag to compare
@catt-stefano catt-stefano released this 05 Feb 17:05
· 15 commits to master since this release

API Breaking Changes

  • iOS9 support method has an extra argument.
    From
func manager(_manager: NearManager, alertWantsToShowContent content: Any)

to

func manager(_manager: NearManager, alertWantsToShowContent content: Any, trackingInfo: NITTrackingInfo)

Enhancements

  • None.

Bugfixes

  • None.