Skip to content

RoverPlatform/rover-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Rover Release Bot 🤖
Mar 7, 2025
91ed40f · Mar 7, 2025
Apr 30, 2024
Oct 18, 2022
Sep 4, 2024
Mar 7, 2025
Apr 30, 2024
Oct 17, 2022
Sep 12, 2019
Mar 8, 2019
Sep 29, 2016
Mar 7, 2025
Aug 15, 2024
Oct 26, 2022
May 15, 2023

Repository files navigation

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.


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.

SwiftPM Repo Dialog Box

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.

SwiftPM Target Dialog Box

Next Steps

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