I have integrated Fabric.io framework in my code. I have a screen to show to user for his acceptance on fabric so I initiates the fabric in that particular screen but this is not working. I mean session is not updating in this flow.. Where as it works as expected if I keep initiation in didFinishLanuchOptions.
[Fabric with:@[[Crashlytics class]]];
// Enabling debug mode
[[Fabric sharedSDK] setDebug: YES];
[Fabric with:@[CrashlyticsKit]];
Any help would be appreciated.
Thanks.