Quick Start
Requirements
- SDK download size ~ 3.66 MB
- iOS support min version 12
- Swift support version is 5.7
- Xcode support version is 14.0.0
Installation
CocoaPods
For MetaMapSDK, use the following entry in your Podfile:
pod 'MetaMapSDK', '3.20.1'
Then run pod install.
Swift Package Manager
Open your Xcode project, navigate the File tab within the macOS bar, and click on “Add Packages”.
Then go to the Frameworks, Libraries, and Embedded Content section of your application target and tap add button, you'll find all available products
Important❗
Don't forget to import the framework with import MetaMapSDK
if your flow has a step that uses some native iOS computers, you need to go iOS folder in the project and add permissions in the info.plist
Updated 4 months ago