Manual Setup iOS

Setting up the SDK manually

You can install our SDK manually using the steps below for iOS.

First, Download AcquireIO iOS SDK.arrow-up-right

circle-info

Supports iOS 8.2 and above.

Unzip the SDK & Drop the .framework package into the "Embedded Binaries" list in your targets > general tab. This will add the .framework to "Linked Frameworks and Libraries" as well.

Add AcquireIO.framework to your project

Add the following frameworks to Link Binary with Libraries -

  • CoreFoundation

  • CoreGraphics

  • QuartzCore

  • UIKit

Go to Project/Targets -> [Project Name] -> Build Settings. Search "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES"

Search "Enable bitcode" to NO

Disable bitcode

Last updated