Questions tagged [airdrop]

AirDrop is a Wi-Fi service in Apple's OS X and iOS operating systems that lets users send files, clippings, webpages, and more to each other.

AirDrop is a Wi-Fi ad-hoc service in Apple's OS X and iOS operating systems, introduced in version Mac OS X Lion.

Using AirDrop, users can share files with other supported Mac computers through a Wi-Fi network with any configuration and without the need of mass storage devices.

115 questions
0
votes
2 answers

UIActivityViewController not working after Cancel

I am using an instance of UIActivityViewController in a universal app. It works absolutely perfectly on the iPad. Nearly, but not quite on the iPhone. I present it using: [self presentViewController:self.activityViewController animated:YES…
Nick
  • 4,820
  • 18
  • 31
  • 47
0
votes
1 answer

Send NSArray Via AirDrop

I have an NSMutableArray self.certificates This array is made up of saved strings and core data. I want to send this through AirDrop. I have checked out serialization and and im trying to send it with the folowing - (void)send{ NSData *jsonData2…
JSA986
  • 5,870
  • 9
  • 45
  • 91
0
votes
1 answer

How to share an app via AirDrop?

I'm trying to share my application via AirDrop with UIActivityViewController interface. If I pass an iTunes url, the other user gets a message "X's iPhone would like to show you an app in the App Store." without the app name and icon. What's the…
0
votes
1 answer

I need to create a new network for my application

My project was to create an application like AirDrop of Apple. To do so, I need to create an specific network for my application so that only my application can pick this network and I have to do it with Java. To my knowledge, Java does not have a…
user2161228
0
votes
1 answer

restrict airdrop feature for specific app only ios7

I am creating one application using airdrop feature, I want to pass one message(NSString) from one device to other device. I had completed that part, but I want restrict this feature for my application only. Currently what happen, when I am sending…
Dishant
  • 917
  • 2
  • 8
  • 25
0
votes
1 answer

Receiving NSString on my apps by using AirDrop

Is there anyone who know how to receive NSString sent over AirDrop on my app? So far, my app can send NSString over AirDrop. But I don't know how to open the NSString I send over Airdrop by using my app. @interface ComposeViewController…
Dennis
  • 21
  • 4
0
votes
1 answer

How can you determine if an iOS device supports airdrop

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…
0
votes
1 answer

Can you get Identifying information about the receiving iOS device in an AirDrop transfer?

Can you get Identifying information about the receiving iOS device in an AirDrop transfer? UDID, Owner's name, the info that shows up in the screen when you proceed to send the data, something? I want to keep a log.
Devin Ceartas
  • 4,743
  • 1
  • 20
  • 33
0
votes
2 answers

Airdrop: making a custom URL scheme be less ugly for recipient

I'm using Airdrop to send a custom URL to cause my app to open on the other device with the relevant info. It works fine, but it looks really ugly on the receiving device, because they receive a message that quotes the URL as thing being sent, for…
occulus
  • 16,959
  • 6
  • 53
  • 76
-1
votes
1 answer

Can I sent file via Air Drop from my app?

I have two iPhone 4S. I want to sent file from one device to another device through my application using Air drop. Actually I want to know can I implement Air drop in my application for file transfer?
Mithun
  • 33
  • 6
1 2 3 4 5 6 7
8