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
1
vote
1 answer

Is it possible to let airdrop send files to multiple devices at the same time?

I'm building file transferrer app and I want to use Airdrop's feature to send to multiple recipent at the same time is that possible. If not what are my options?
marrioa
  • 1,265
  • 4
  • 14
  • 29
1
vote
1 answer

Sending a file via AirDrop (iOS) and the recipient is not given the opportunity to accept/reject the file

I've made it possible to send a serialised object via AirDrop. I've added both a custom Document Type and an Exported UTI. Sending and receiving the file is working just fine - in that the recipient can process and use the data as expected. However,…
Gavin Hope
  • 2,173
  • 24
  • 38
1
vote
0 answers

How to transfer encrypted data over AirDrop

I want to transfer my NSObject "RND_PatientData" which is encrypted from my application to another person using the application using AirDrop. At present my data is saved using this code: - (RND_PatientData *)data { if (_data != nil) return…
1
vote
2 answers

Can I send/receive sqlite Database by Airdrop

Is it possible to use Airdrop to send/receive a sqlite database (single file .sqlite) used by my app from one iPad to another? If so, how to I get to the file on the receiving device? If not, what is the best option, from within an app, to send a…
RegularExpression
  • 3,531
  • 2
  • 25
  • 36
1
vote
1 answer

add Sharing with Airdrop to Spritekit game

i want to add Airdrop sharing to my spritekit game It dosent work using this code: UIActivityViewController *controller = [[UIActivityViewController alloc] initWithActivityItems:objectsToShare applicationActivities:nil]; [self…
Ben
  • 1,906
  • 10
  • 31
  • 47
1
vote
0 answers

share NSString via airdrop for my application only

I want to send one string via airdrop feature, but this sharing happen only in my application. Currently when I am sending one string via airdrop, the other device can receive this string even if my application is not installed. Can you please let…
Dishant
  • 917
  • 2
  • 8
  • 25
1
vote
1 answer

Airdrop: how do I avoid my thumbnail image having borders to left and right of image?

I'm experimenting with Airdrop and sending a thumbnail preview image. The receiving device shows the preview thumbnail image in the receive confirm dialog, but often the image is downsized so that there is blank space in the Airdrop receive dialog…
occulus
  • 16,959
  • 6
  • 53
  • 76
1
vote
0 answers

UIActivityViewController adding Message Linkedin and Aridrop

I have used the following code to implement UIActivityViewController. UIActivityViewController *ActivityView; NSArray *Items; Items = [NSArray arrayWithObjects: @"A text line", nil]; ActivityView = [[UIActivityViewController…
Spidy
  • 1,137
  • 3
  • 28
  • 48
1
vote
2 answers

AirDrop to implement for a app for detection

Is there any documentation for AirDrop? I want to make an app that can be installed on multiple devices, and to be able to detect other devices that are running that app, I was thinking about AirDrop to do this part of detection. I would not want to…
Carmichael
  • 467
  • 1
  • 8
  • 21
1
vote
0 answers

Using MultipeerConnectivity.framework to send and receive photos and text files

I want to give to the user of my app the ability to share a photograph without having an internet connection. It is quite hard to explain but I'll do my best. Basically in my app a user can press on a plus button to take a shot using their iPhone.…
Alessandro
  • 4,000
  • 12
  • 63
  • 131
0
votes
0 answers

Embedding proof of tweet in a solidity contract(BLUR AIRDROP)

Recently, I saw that a marketplace named Blur had a twitter dependent airdrop. So basically you had to tweet ,and then you would get the option to claim tokens. I went to analyze the code, but it is overwhelming for me. This is the claim…
NFT_king
  • 31
  • 4
0
votes
0 answers

Is scene(_:openURLContexts:) called when app is launched by an airdropped file?

In the old versions of my app, the scene(_:openURLContexts:) method is always called in these two cases: The app isn't running. Then It's launched by an airdropped file. The app is already running. Then a file is airdropped. I created a separate…
rayx
  • 1,329
  • 10
  • 23
0
votes
1 answer

How do you differentiate an airdrop transaction from a normal transaction in the etherscan API?

How do you differentiate an airdrop transaction from a normal transaction in the etherscan API? I want to know how to differentiate an airdrop transaction from a normal transaction using the etherscan API. I read the documentation of the api, I…
0
votes
0 answers

How to airdrop NFTs to specific wallet addresses on polygon chain eth?

I have problem how I can send airdrop from contract smart to list of addresses on polygon chain and that after send will show like this: pls any tutorial ?????
0
votes
0 answers

AirDrop - Custom file app not installed (for receiver)

After .plist UTI configuration for sharing a custom object, The receiver gets a message: "the sender would like to share a file that requires an app from the App Store" I can guess I missing something related to bundle identifier, but without…
Ofir Malachi
  • 1,145
  • 14
  • 20