Dolphin MOVE SDK
SDK
1.x
1.x
  • Introduction
  • MOVE Services
  • MOVE SDK
    • Getting Started
      • MOVE Dashboard
      • Android
        • Installation
        • Quick Start
      • iOS
        • Installation
        • Quick Start
      • React Native
    • API Interface
      • Android
        • Initialization
        • Services
      • iOS
        • Initialization
        • Services
      • React Native
        • Initialization
        • Services
    • Models
      • MoveAuth
      • MoveConfig
      • MoveConfigurationError
      • MoveDeviceStatus
      • MoveSDKState
      • MoveTripState
      • MoveAuthState
      • Listeners/Callbacks
    • Appendix
      • Android
        • Token refresh
        • Permission Handling
        • Battery optimization
        • Notification Management
      • iOS
        • Permissions Handling
        • App Store
  • MOVE Backend
    • MOVE Timeline
    • MOVE State
    • MOVE Last Location
    • MOVE Generic Notifier
    • Open Api Specification
  • Changelog
    • Android
    • iOS
  • Data privacy (GDPR)
Powered by GitBook
On this page
  • Adding the MOVE SDK
  • Using Cocoapods
  • Manual Installation
  1. MOVE SDK
  2. Getting Started
  3. iOS

Installation

iOS

PreviousiOSNextQuick Start

Last updated 3 years ago

Adding the MOVE SDK

Using Cocoapods

CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. Check out their for more details.

If your project already uses CocoaPods, then add the dependency to your Podfile:

pod 'DolphinMoveSDK'

Run the following command from the terminal:

$ pod install

Manual Installation

  1. Download the latest Move SDK XCFramework

  2. Add the frameworks to the project

    • Go to the General tab of your target settings

    • Click the + button under the Frameworks, Libraries, and Embedded Content heading

    • Click Add Other and then Add Files

    • Choose the Move XCFramework file and click Open

  3. Change the Embed option next to the framework to Do Not Embed

homepage
14MB
DolphinMoveSDK 1.5.0.xcframework.zip
archive
Move iOS SDK 1.5.0 XCFramework