how to integrate flurry in ios using swift language

后端 未结 4 1608
走了就别回头了
走了就别回头了 2021-01-18 10:32

I want to integrate flurry in ios using swift language. I added the flurry sdk\'s two files : flurrylib.a and flurry.h and then entered my api key in project TestProject4-Br

4条回答
  •  感情败类
    2021-01-18 10:58

    If you are attempting to log events in the 'didFinishLaunchingWithOptions' using Flurry SDK 6.0.0, this is not possible due to a bug in that version of the SDK. It is possible to start a session from this function however. I was told this information by a Flurry support rep, and confirmed it in my own testing.

提交回复
热议问题