UIActivityViewController Airdrop - Check the status when 'sent' or 'declined'
Asked Answered
L

0

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.

Lune answered 6/5, 2014 at 12:57 Comment(3)
Did you look into the UIActivityViewControllerCompletionHandler? Well, there is only a Bool value completed, but still, that more or less what you want, right?Crockett
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.Lune
#21017517Crockett

© 2022 - 2024 — McMap. All rights reserved.