2

Is it possible to check if the recipient 'declined' or 'accepted' the share?

I want to NSLog 'sent' if sent and NSLog 'declined' if declined by the user.

Aziz Shaikh
  • 16,245
  • 11
  • 62
  • 79
grgmo
  • 1,017
  • 8
  • 17
  • Did you look into the `UIActivityViewControllerCompletionHandler`? Well, there is only a Bool value `completed`, but still, that more or less what you want, right? – Larme May 07 '14 at 07:05
  • Yes, I'm using that method. But for some reason, using AirDrop always returns '0'. Other services like message, mail return '0' and '1' as expected. – grgmo May 07 '14 at 09:28
  • http://stackoverflow.com/questions/21017017/uiactivityviewcontroller-completionhandler-how-to-check-if-activity-send-or-not – Larme May 07 '14 at 09:34

0 Answers0