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
0 answers

How to Transfer Files quickly from iOS device to iOS device using local network (like airdrop) >20Mb/s

We are using MultipeerConnectivity frameworks MCSession method - (nullable NSProgress *)sendResourceAtURL:(NSURL *)resourceURL withName:(NSString *)resourceName toPeer:(MCPeerID *)peerID withCompletionHandler:(nullable void (^)(NSError * __nullable…
drees
  • 61
  • 4
1
vote
0 answers

SwiftUI Trun String to sendable CSV

My current code is able to show the ActivityView, but does not show Airdrop, but that is not the main problem, i apologise for that, but i can't really fix the one, without fixing the other ... func genCSV() -> String { return "field1,…
Clebo Sevic
  • 581
  • 1
  • 7
  • 17
1
vote
2 answers

SimpleAirdrop contract deploy issue even compile is working

I am trying to make Airdrop smartcontract but it return "This contract may be abstract, not implement an abstract parent's methods completely or not invoke an inherited contract's constructor correctly." message when deployed.....The compile works…
1
vote
0 answers

How to take snapshots of existing crypto holders for providing 1:1 airdrop

I am developing a new BEP-20 token which will replace an abandoned project. I want to give all current holders of the old token equal amount of the new token. My requirements are two How to take snapshot of all the existing holders How to airdrop…
1
vote
0 answers

IOS Swift 4 AppDelegate application to handle receiving a custom URL AirDrop file not being hit

My iPhone app sends a custom URL file via AirDrop to my iPad app. The URL has an extension of .fdre. When sent the iPad app opens. However, Application function to handle receiving the custom file in AppDelegate never seems to get hit. Any help…
kbjb
  • 11
  • 1
1
vote
0 answers

TLS in Peer to Peer Connection

I am currently learning about networks and network security. As an exercise I created an application similar to Apple's AirDrop. Like AirDrop my application discovers peers (yet only in the same wifi network) and establishes a connection to share…
Alex
  • 281
  • 1
  • 8
1
vote
0 answers

How to keep only the airdrop option in the UIActivityViewController?

In my application I want to bring out the share sheet with the Airdrop as the only option. I saw the answer to a question similar to it.: Share via Airdrop only But it doesn't work. func activityViewControllerPlaceholderItem(activityViewController:…
1
vote
1 answer

Using UIActivityViewController to specify file type

Following up from this question, how would I go about using UIActivityViewController to specify the file type of a file I am sharing over airdrop?
ZiEiTiA
  • 275
  • 2
  • 16
1
vote
2 answers

Is it possible to send files as iMessage attachments?

Is it possible to send files as iMessage attachments? I would like to: create a file (e.g. plist file) from an App send it to another phone via iMessage open it from the other phone and save it in the documents folder open the app in the "other"…
mm24
  • 9,280
  • 12
  • 75
  • 170
1
vote
0 answers

AirDrop svg file to my app

I want to develop an iOS app that can receive svg graphic files from mac by AirDrop. Now I encountered a problem, the file was always be tried to import to Photo app, see Screen capture, how can I let it choose my app that is expected to handle it
Xiangwei Wang
  • 275
  • 1
  • 3
  • 7
1
vote
1 answer

How can I add my application in airdrop share extension?

In this image when I share notes via AirDrop than doesn't show me my application in AirDrop share via application, just like Whatsapp,Facebook. How can I apply share extension in my application in AirDrop?
1
vote
1 answer

How to restrict iOS devices which are not support airdrop feature?

I want to install my iOS application only on devices with the airdrop feature. How can I restrict devices without the airdrop feature?
slavik
  • 1,341
  • 2
  • 11
  • 16
1
vote
1 answer

Alternatives To AirDrop in iOS

I can't fully explain why I am asking this question, but I am looking to develop an application that transfers NSData from one app to another app on different devices, without using the AirDrop technology. Does anyone know of any other solutions…
Jude Michael Murphy
  • 1,198
  • 2
  • 12
  • 23
1
vote
1 answer

AirDrop File From App To App But File Only Openable To App

I have an application that airdrops PDFs and is able to handle receiving PDFs. I would like to make it so that only my application is the suggested application for opening the airdropped files from another device containing my application. So send…
Jude Michael Murphy
  • 1,198
  • 2
  • 12
  • 23
1
vote
1 answer

Sharing video with airdrop

I am having some trouble in sharing videos with airdrop. So, i am using the AssetLibrary like this : else if (conformsToVideo) { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Asset Loaded" message:@"Video One Loaded" …
Hugues Duvillier
  • 487
  • 6
  • 12