Skip to content
This repository has been archived by the owner on Dec 27, 2017. It is now read-only.

Latest commit

 

History

History
50 lines (33 loc) · 961 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 961 Bytes

Flurry SDK

To use FlurrySDK from cocoapods, for Analytics, Ad serving, Apple Watch Extension, and for Tumblr in-app sharing follow the instructions:

To enable Flurry Analytics:

  pod 'Flurry-iOS-SDK/FlurrySDK'

To enable Flurry Ad serving :

  pod 'Flurry-iOS-SDK/FlurrySDK'
  pod 'Flurry-iOS-SDK/FlurryAds'

To use FlurrySDK for Apple Watch 1.x Extension:

target :"Your Apple Watch 1.x Extension Target" do 
   pod 'Flurry-iOS-SDK/FlurryWatchSDK'
end   

To use FlurrySDK for Apple Watch 2.x Extension:

target :"Your Apple Watch 2.x Extension Target" do 
pod 'Flurry-iOS-SDK/FlurryWatchOSSDK'
platform :watchos, '2.0'
end   

To use FlurrySDK for tvOS apps:

target :"Your TVOS Application" do
pod 'Flurry-iOS-SDK/FlurryTVOS' #tVOS Analytics Pod'
platform :tvos, '9.0'
end

Don't forget to read how to track events correctly in Apple Watch Extensions in FlurryiOSAnalyticsREADMExx.pdf