Chris Halcrow
Chris Halcrow

Reputation: 31960

Flurry Analytics from an iOS app - how to change the version number captured by Flurry

enter image description here

I can do this in the Flurry Android SDK by using FlurryAgent.SetVersionName, however there seems to be no equivalent in iOS. I've tried using the 'setAppVersion' method but it doesn't work.

Upvotes: 0

Views: 284

Answers (1)

Hunter
Hunter

Reputation: 579

The iOS function for setting the version is setAppVersion. This needs to be called before the Flurry session begins. Here is the documentation.

Upvotes: 2

Related Questions