Integration Guide (Lite)
learn how to add acquire lite SDK with Cocoapods.
Last updated
learn how to add acquire lite SDK with Cocoapods.
Last updated
The steps below use to integrate the AcquireIO SDK.
For more detail, you can also check out our or review the and source code on .
And run pod install
or pod update
to refresh your dependencies.
For issues installing CocoaPods, see for help.
In iOS 10+, Before you access privacy-sensitive data like Camera, Microphone, and so on, you must ask for the authorization, or your app will crash when you access them.
Open the file in your project named info.plist
, right click it, opening as Source Code, paste this code below to it. Or you can open info.plist
as Property List
by default, click the add button, Xcode will give you the suggest completions while typing Privacy - with the help of keyboard and
Remember to write your description why you ask for this authorization, between <string>
and </string>
, or your app will be rejected by apple: