So, you just got spammed a whole lot of emails from Flurry, urging you to upgrade to the latest SDK (Flurry 4.3.2). Well, you can go and download it from dev.flurry.com, unzip, and be greeted with 3 PDF’s to wade through. Here is the tl;dr
- Download the SDK
- Delete the existing Flurry files in your XCode project (the libs are now named differently)
- Copy the files in the Flurry folder to your project
- Optional: Copy the files in the FlurryAds folder to your project
- Add Security.framework to your project (Build Phases > Link Binary With Libraries)
- Optional: If using Flurry ads, also add AdSupport.framework to your project
That’s it. You may want to test it 🙂