iOS 11 crashing with bundleProxy != nil error on using UNUserNotificationCenter
The following line of code is where our app has suddenly started to crash on iOS 11 / 11.0.1 / 11.0.2 / 11.1.1 / 11.2.2 for some users: UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter]; We've got this in didFinishLaunchingWithOptions . The crash report says: Fatal Exception: NSInternalInconsistencyException Invalid parameter not satisfying: bundleProxy != nil Fatal Exception: NSInternalInconsistencyException 0 CoreFoundation 0x1869b3d38 __exceptionPreprocess 1 libobjc.A.dylib 0x185ec8528 objc_exception_throw 2 CoreFoundation 0x1869b3c0c +[NSException