AirDrop Not Working

968 views Asked by At

I'm using UIActivityViewController or UIDocumentInteractionController for Airdrop for sharing the files between devices for my document sharing application.

the same code which was working in iOS7 but now in iOS8 when I'm trying to connecting to other device it keeps on showing waiting but there is no request is sent to the other device.

Is there any thing changed in iOS8? I have checked with safari and other apps they are working fine for the same devices.

What should I need to do? To make them work.

1

There are 1 answers

1
Prashanth On BEST ANSWER

The reason that airdrop was not working due to my application got build with iOS 7 SDK but, when I use 8 SDK the airdrop got worked in iOS 8 and iOS 7 devices. In order to support airdrop in iOS you need to build you're app with 8 SDK