I'm scratching my head trying to determine how to detect if a device supports airdrop. My thinking was to try to get the UIActivity for airdrop and call canPerformWithActivityItems: on it. The problem is I can't figure out how to get the UIActivity for airdrop, anybody know how to do this? Does anybody have a different approach to solve this problem?
Thanks, Omri