This article is not available in your language, so the default english version is displayed instead.

#Installation

#With Swift Package Manager

You can very easily install our SDK with Swift Package Manager. To do so, open XCode on your application project, go to File > Add Packages, and enter the following URL:
And click Add Package. That’s it ! You can now use AccessIOS within your app 🎉

#With CocoaPods

You can also install our SDK with CocoaPods. To do so, add the following line to your Podfile:
And run pod install in your terminal.

#Manual install

If you don’t want to use Swift Package Manager, you can still install our SDK manually. Download the latest AccessIOS.xcframework from the repository's releases page and add it to your project:
  • Select your project in the Project Navigator
  • Select your target
  • Select the General tab
  • Scroll down to Frameworks, Libraries, and Embedded Content
  • Click the + button
  • Select Add Other...
  • Select the AccessIOS.xcframework file you downloaded and click Open
This step should also automatically add the file to your Link Binary With Libraries build phase and set its status to Required: