I'm building an iOS app in unity 5.4.0f3 (the latest), with GameAnalytics plugin 3.5.2 (the latest), downloaded from https://github.com/GameAnalytics/GA-SDK-UNITY. Even with an empty project -- nothing but the plugin -- I get an error when attempting to build. The error is:
Assets/GameAnalytics/Plugins/Scripts/Wrapper/GA_Wrapper.cs(312,25): error CS0103: The name `setManualSessionHandling' does not exist in the current context
This does not happen for android or standalone desktop builds.
Does anyone know of a workaround?