Radar is the leading geofencing and location tracking platform.
The Radar SDK abstracts away cross-platform differences between location services, allowing you to add geofencing, location tracking, trip tracking, geocoding, and search to your apps with just a few lines of code.
To install Radar using Swift Package Manager you can follow the tutorial published by Apple using the URL for this repo with the current version:
- In Xcode, select “File” → “Add Packages...”
- Enter https://github.com/radarlabs/radar-sdk-ios-spm.git
The main git repository for radar-sdk-ios is somewhat large, and Swift Package Manager always downloads the full repository with all git history. This radar-sdk-ios-spm repo is much smaller, so can be downloaded much more quickly.
Instead of downloading the full git history of Radar and building it from source, this repo just contains a pointer to the precompiled XCFramework included in the latest radar-sdk-ios release. If you prefer to include Radar source directly your project, you can directly depend on the radar-sdk-ios
repo instead.
See the Radar overview documentation here. See the Radar SDK documentation here.
You can also see a detailed SDK reference here.
This is a lightweight SPM mirror for radar-sdk-ios. Refer to that repository for migration guides, examples. Please file issues on at radar-sdk-ios.
Have questions? We're here to help! Email us at support@radar.com.