Search code examples
ios7airdrop

AirDrop iOS 7 new feature


I am trying to implement AirDrop feature in my iOS Application. However, I am unable to find any specific tutorial or resources regarding this feature. Can someone please provide me with a sample, or a link, regarding the implementation of the AirDrop feature in iOS 7?

Any help is highly appreciated, thanks.


Solution

  • Airdrop is a feature that was added to the currently available UIActivityViewController. If a user has iOS7 on a supported device (iPad mini, iPad 4, iPhone 5, iPhone 5c, iPhone 5s), then airdrop should be available to them as just another option, unless you explicitly exclude that activity.