As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
One thing that's odd is that you say this happens in the background, but the crashes are happening when the app is in the foreground as far as the system is concerned BK Experience
Ali
Code Sample:
if(location) {
[self setValue:location forAttribute:KCSEntityKeyGeolocation];
[self saveWithCompletionBlock:^(NSArray *objectsOrNil, NSError *errorOrNil) {
NSLog(@"Saved User Location");
}];
}
This is the trace:
CoreFoundation 0x2dc9ce70 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__
CoreFoundation 0x2dc10ab0 _CFXNotificationPost
Foundation 0x2e5f6ec4 -[NSNotificationCenter postNotificationName:object:userInfo:]
UIKit 0x304e2e7c -[UIApplication _handleApplicationSuspend:eventInfo:]
UIKit 0x304640c6 -[UIApplication handleEvent:withNewEvent:]
UIKit 0x30463cfc -[UIApplication sendEvent:]
UIKit 0x304c9320 _UIApplicationHandleEvent
GraphicsServices 0x3294976c _PurpleEventCallback
GraphicsServices 0x32949356 PurpleEventCallback
CoreFoundation 0x2dca5776 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__
CoreFoundation 0x2dca5712 __CFRunLoopDoSource1
CoreFoundation 0x2dca3ede __CFRunLoopRun
CoreFoundation 0x2dc0e470 CFRunLoopRunSpecific
CoreFoundation 0x2dc0e252 CFRunLoopRunInMode
GraphicsServices 0x329482ea GSEventRunModal
UIKit 0x304c3844 UIApplicationMain