Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

CocoaPods

  1. Add the following lines to the podfile:
pod 'Visilabs', '~> 2.5.6'
2. Run the following command:
pod install
3. If you want to see log messages of Visilabs SDK add the following code block to pod file:
post_install do |installer|
    installer.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
            config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', 'VISILABSDEBUG=1']
        end
    end
end

Manual Setup

  1. Download the SDK from the following URL:
git clone https://github.com/visilabs/Visilabs-IOS.git
2. Copy the pod folder to the project folder and add it to your XCode project.


Parent Topic: iOS - Mobile Tagging


  • No labels