App hangs on restart with latest Flurry SDK and ios4

前端 未结 4 797
眼角桃花
眼角桃花 2021-01-02 16:13

I have a frustrating problem with the latest version of Flurry (Flurry iPhone SDK v2.5). When I start my app, quickly exit, then restart the App, the app briefly loads, fli

相关标签:
4条回答
  • 2021-01-02 16:41

    We just released a new version of the iPhone Flurry SDK that should resolve this issue. Please download this new SDK and let us know if it resolves the issue you are encountering.

    -- Sincerely,

    -Sheila

    Flurry Support

    0 讨论(0)
  • 2021-01-02 16:45

    I take this from flurry. Version 2.7 also has the problem but:

    [FlurryAPI setSessionReportsOnCloseEnabled:(BOOL)sendSessionReportsOnClose];
    

    This option is on by default. When enabled, Flurry will attempt to send session data when the app is exited as well as it normally does when the app is started. This will improve the speed at which your application analytics are updated but can prolong the app termination process due to network latency. In some cases, the network latency can cause the app to crash.

    0 讨论(0)
  • 2021-01-02 16:48

    I'm not sure whether I should be answering my own question in a comment to the original post or to post an answer, but in any case here is the answer:

    Flurry is broken, it's been confirmed by others on this apple dev forum thread (you need an account to login):https://devforums.apple.com/thread/56339?tstart=0

    Here's hoping Flurry gets a new version out soon, I'd really like to incorporate their offerings into my app.

    0 讨论(0)
  • 2021-01-02 16:57

    I wrote Flurry about this and they got back to me really quickly that they'd look into this. About a week later they wrote back and said they fixed it in v2.6 which is now available. I can't seem to reproduce the problem anymore.

    Not to say I'm awesome or anything, but I did kind of single handedly fix this bug.

    0 讨论(0)
提交回复
热议问题