I'm using Flurry (Flurry is a solution for analytics tracking on mobile devices) in my unity3D game for wp8.
I have many logEvents in my game and some of them with params. All of them correctly showed in flurry Global Event Logs after about 30 min. But when application deactivated (for example when entering a marketplace to perform in-app purchase) and when coming back no more events come to flurry. Flurry pause session on Application_Deactivated event and on Application_Activated i call StartSession("myAppID") but it seems like it doesn't resume session and doesn't run another.
I recieved flurry logevent after reactivating app only one time and i can't repeat this again. Tryed Start session on UI and on Unity Thread. Steel don't know what to do. Where can be a problem, why it doesn't work?