I got a crash on iOS 7 on this line, when coming back from Instagram (double-tap home and tap original app):
[super activityDidFinish:completed];
*** Assertion failure in -[UIWindowController transition:fromViewController:toViewController:target:didEndSelector:animation:], /SourceCache/UIKit/UIKit-2935.138/UIWindowController.m:223
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Attempting to begin a modal transition from <DMResizerViewController: 0x14d5752d0> to <UITabBarController: 0x14d610360> while a transition is already in progress. Wait for viewDidAppear/viewDidDisappear to know the current transition has completed'
iOS 8 seems fine with this.
I solved the issue by waiting a bit in documentInteractionController didEndSendingToApplication
I got a crash on iOS 7 on this line, when coming back from Instagram (double-tap home and tap original app):
iOS 8 seems fine with this.
I solved the issue by waiting a bit in
documentInteractionController didEndSendingToApplication