blakgeek / cordova-plugin-flurryanalytics

Adds support for all that Flurry Analytics flavored goodness to your Cordova based apps
23 stars 29 forks source link

ios cannot get crash logs #28

Open daoshenjay opened 6 years ago

daoshenjay commented 6 years ago

Hi, i use this plugin in ios platform. And I received crash numbers in flurry dashboard but no detail crash logs. image

flurry config like this: this.flurryAnalytics.create({ // requried appKey: '**', // optional version: '1.5',
continueSessionSeconds: 3,
logLevel: 'ERROR',
enableLogging: true,
enableEventLogging: true,
enableCrashReporting: true,
enableBackgroundSessions: true,
reportSessionsOnClose: true,
reportSessionsOnPause: true
});

ssaurav2512 commented 6 years ago

I'm having the same issue. Have you found a solution?

daoshenjay commented 6 years ago

@ssaurav2512 Sorry.I didn't solve this yet。