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?
Looks like "Answers" is more about analytics + Crashlytics has a bunch of methods deprecated:
Should I modify existing
Fabricprovider in favour of these changes or I need newAnswersprovider?