I am using UIActivityViewController to share data between devices using AirDrop but the problem is I can't test the feature because I have just one device that supports AirDrop. Is there anyway to do that?
Asked
Active
Viewed 3,145 times
4
-
1Airdrop "drops" stuff between two devices (iOS 7). – Pixel Code Sep 29 '13 at 16:38
4 Answers
5
No, there literally isn't. You have to have another device, I also looked into this earlier.

MCKapur
- 9,127
- 9
- 58
- 101
1
Right. You must have 2 fairly recent devices. The iPhone 4s does not support AirDrop for some reason, while the iPad Mini does.

Duncan C
- 128,072
- 22
- 173
- 272
0
The way Hegarty does it for the Trax demo (Stanford cs193p) is he runs the demo onto his phone. AirDrop on the Mac then sees his phone and he drops the .gpx file there. The app running on the phone will get the message and read the file.

Cheborneck
- 11
- 2