ARAnalytics icon indicating copy to clipboard operation
ARAnalytics copied to clipboard

Fabric / Answers confusion

Open delebedev opened this issue 10 years ago • 6 comments
trafficstars

Looks like "Answers" is more about analytics + Crashlytics has a bunch of methods deprecated:

- (void)logEvent:(NSString *)eventName CLS_DEPRECATED("Please refer to Answers +logCustomEventWithName:");

Should I modify existing Fabric provider in favour of these changes or I need new Answers provider?

delebedev avatar Oct 22 '15 16:10 delebedev

Sure for either, I don't know too much about the Fabric integration, whatever you feel is best :+1:

orta avatar Dec 02 '15 14:12 orta

@orta I see :smile: Even though Fabric is not the best name for this particular provider, nobody (me) wants to mess with renaming it to Crashlytics and migrating to new version etc.

However, Answers is completely unrelated to this and should be separate provider, will do PR

delebedev avatar Dec 02 '15 21:12 delebedev

What is the update on this. I might improve Fabric / Crashlytics implementations if needed.

cemaleker avatar Jul 04 '16 05:07 cemaleker

In my project, I've made separate Crashlytics provider with purpose of adding logs to crash reports. Is that something you find useful @cemaleker?

delebedev avatar Jul 04 '16 07:07 delebedev

@garnett Yes definately. But I also want to track events with Answers. I think I can do this with the current Answers provider, right?

cemaleker avatar Jul 05 '16 00:07 cemaleker

@cemaleker that's correct, even thought it is called FabricProvider it triggers Answers methods inside.

delebedev avatar Jul 05 '16 08:07 delebedev