简体   繁体   中英

My App crashes with Flurry

I am having a little problem with flurry. I am trying to integrate the sdk in my IOS app and when the application goes in background it crashes.This happens only if i start the Flurry session. It is a sprite kit game but the sprite kit part starts later in my app and my app crashes whether the sprite kit started or not . This is the error : gpus_ReturnNotPermittedKillClient ().

Can you tell me what is happening?

Have you set "Library Search Path" in Build Settings of Target for "$(SRCROOT)/AppNameFolder/Flurry" ?

Just add these 2 lines in main delegate method didFinishLaunchingWithOptions in AppDelegate.m

[Flurry setCrashReportingEnabled:YES];
[Flurry startSession:@"Key Goes Here"];

Regards.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM