Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 601 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 601 Bytes

Flurry

Latest Flurry SDK

To use 6.5.0 or higher FlurrySDK from cocoapods, add this line in your Pods file:

  pod 'FlurrySDK', '~>6.5'

If you also want the FlurryAds SDK, you can define pods to install both subspecs:

  pod 'FlurrySDK/FlurrySDK', '~>6.5'
  pod 'FlurrySDK/FlurryAds', '~>6.5'

If you want to use FlurrySDK for Apple Watch Extension:

target :"Your Apple Watch Extension Target" do 
   pod 'FlurrySDK/FlurryWatchSDK', '~>6.5'
end   

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