iOS SDK
Setting up the Conscent.ai SDK (Loyalty Platform) in your Xcode project
Initialize SDK
Add Dependencies
target 'yourxcodeproject' do
pod 'BluePine', '0.1.1'
end
pod installPair SDK with Dashboard

Set Package Name & Initialize SDK
Last updated