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.
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 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
Last updated