This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
2.10.7
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.