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.
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 the following frameworks to Link Binary with Libraries -
CoreFoundationCoreGraphicsQuartzCoreUIKit
Go to Project/Targets -> [Project Name] -> Build Settings.
Search "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES"

Search "Enable bitcode" to NO

Last updated