Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AirDrop iOS 7 new feature

Tags:

ios7

airdrop

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.

like image 254
Salman Khakwani Avatar asked Dec 06 '22 05:12

Salman Khakwani


1 Answers

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.

like image 168
Karim Avatar answered Feb 16 '23 06:02

Karim