Installation

Getting Started / iOS

Adding the MOVE SDK

Using Cocoapods

CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. Check out their homepage 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

Swift Package Manager

Add the package with the url:

https://github.com/dolphin-technologies/MOVE-iOS-Packages.git

Manual Installation

Move iOS SDK 2.2 XCFramework
  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

Important Notes

gym(
	...
	export_options: {
		manageAppVersionAndBuildNumber: false,
		...
	}
	...
)

Last updated

#70: add MoveSdkAndroidConfig model

Change request updated