UIDocumentInteractionControllerDelegate protocol method -documentInteractionController:didEndSendingToApplication: is never called.

Originator:Trimix2013
Number:rdar://21631137 Date Originated:7/1/2015
Status:Open Resolved:
Product:iOS 9 Product Version:iOS 9 Beta 2
Classification:Serious Reproducible:Always
 
Summary:
The documentation for the UIDocumentInteractionControllerDelegate protocol states the method will be "Called when a document interaction controller’s document has been handed off to the specified application".  On iOS 9 Beta 2 this method is never called.

Steps to Reproduce:
1. Open the attached sample project in Xcode.
2. Run the sample app, tap the "Open" button and send to any other application.
3. Watch the console log output for messages from the app that the delegate method is called.
4. Alternatively, put a breakpoint on the method -documentInteractionController:didEndSendingToApplication: in ViewController.m


Expected Results:
The method -documentInteractionController:didEndSendingToApplication: is always called when a document is sent to another app.


Actual Results:
On an iOS 8 device, this works correctly.
On an iOS 9 Beta 2 device, the method is never called.

Version:
iOS 9 (13A4280e)

Notes:


Configuration:
iPad Air 2

Attachments:
'DocTest 2.zip' was successfully uploaded.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!