Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CocoaPods

  1. Add the following lines to the podfile:
    Pod dosyasına aşağıdaki satırları ekleyin
Code Block
languageapplescript
pod 'Visilabs', '~> 2.5.617'
2.

...

Aşağıdaki komutu çalıştırın:
Code Block
languageapplescript
pod install
3.

...

Visilabs SDK'nın log mesajlarını görmek isterseniz aşağıdaki kod bloğunu pod dosyasına ekleyin:
Code Block
languageapplescript
linenumberstrue
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

...


...

Manuel Kurulum

  1. Güncel SDK'yi aşağıdaki URL'den indirin:
Code Block
languagetext
git clone https://github.com/visilabs/Visilabs-IOS.git
2.

...

Pod klasörünü proje klasörüne kopyalayın ve XCode projenize ekleyin.



...

Ana Başlık: iOS - Mobile TaggingSDK