Make sure an iOS share/action extension doesn’t call completeRequest before its view appears. Otherwise UIKit will try to dismiss the extension view controller before presenting it, leaving the host app unresponsive.

33 minutes later: UIKit should detect if extension completes before view appears openradar.appspot.com/45432578