https://github.com/roverplatform/rover-ios
iOS SDK for the Rover platform
https://github.com/roverplatform/rover-ios
beacon experiences geofences ios push-notifications rover swift universal-links
Last synced: 10 months ago
JSON representation
iOS SDK for the Rover platform
- Host: GitHub
- URL: https://github.com/roverplatform/rover-ios
- Owner: RoverPlatform
- License: apache-2.0
- Created: 2016-01-29T21:11:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-07-22T18:23:48.000Z (11 months ago)
- Last Synced: 2025-07-22T20:23:50.947Z (11 months ago)
- Topics: beacon, experiences, geofences, ios, push-notifications, rover, swift, universal-links
- Language: Swift
- Homepage: https://developer.rover.io/docs/ios/install
- Size: 3.08 MB
- Stars: 21
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rover iOS SDK
This is the Rover SDK, which includes our core Rover Experiences product and marketing campaigns automation. The Rover SDK allows for the creation of mobile experiences, with added engagement and monetization for better mobile campaigns.
The Rover SDK is a collection of Cocoa Touch Frameworks written in Swift. Instead of a single monolithic framework, the Rover SDK takes a modular approach, allowing you to include only the functionality relevant to your application. The SDK is 100% open-source and available on [GitHub](https://github.com/RoverPlatform/rover-ios).
---
## Install the SDK
### SwiftPM
Rover SDK is installed via SwiftPM.
In Xcode, in your Project Settings, under Package Dependencies, add a new dependency with the URL of this repository: `https://github.com/RoverPlatform/rover-ios`.
Note that as of Xcode 13, you have to type the repository URL into the search box and press return.

Leave the dependency rule at the default, "Up To Next Major Version". Rover follows the standard semver semantic versioning rules.
Then, in the subsequent dialog box, choose the Package Products (frameworks) you wish to use.

## Next Steps
Please continue onwards from https://github.com/RoverPlatform/rover-ios/wiki.