DeDMakar
DeDMakar

Reputation: 1

Does Crashlytics log file contain logs when app relaunched from Background Execution?

In the fabric crash logs I can see some records from functions which calls from background:

- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler

- (void)application:(UIApplication *)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler

The Fabric docs says that logs will be retrieved when user manually relaunched the app but before this the app can be relaunched automatically by the Background Execution and related functions can add more logs after crash. Is it correct?

Upvotes: 0

Views: 122

Answers (0)

Related Questions