"StartSession has been called already. it should only be called once" iPhone error with using flurry analytics.

I added to my application corona “analytics” module. It works ok for the Android platform, but gives me an error, as I wrote in the title, during testing on the iPhone 4s.

I think the root cause for this error that I start the analytics session with flurry.com and never finish it.

Corona analytics module has an “init” function for starting the session with flurry.com , but doesn’t have any function for stopping or canceling the session.

I will appreciate if you could help me to resolve this issue, probably I miss something.

Thanks, Tatiana

[import]uid: 172733 topic_id: 30762 reply_id: 330762[/import]

I wrote analytics.init() twice: in main and also in the splash-screen. Could be it the reason for the error? [import]uid: 172733 topic_id: 30762 reply_id: 123187[/import]

Yeah, it only needs to be called once, it doesn’t need to be canceled, just leave it running. [import]uid: 62706 topic_id: 30762 reply_id: 123196[/import]

I got, thanks! Tatiana [import]uid: 172733 topic_id: 30762 reply_id: 123197[/import]

I wrote analytics.init() twice: in main and also in the splash-screen. Could be it the reason for the error? [import]uid: 172733 topic_id: 30762 reply_id: 123187[/import]

Yeah, it only needs to be called once, it doesn’t need to be canceled, just leave it running. [import]uid: 62706 topic_id: 30762 reply_id: 123196[/import]

I got, thanks! Tatiana [import]uid: 172733 topic_id: 30762 reply_id: 123197[/import]