airdrop Questions

2

Solved

I've been struggling with this for ages now as I can't find any detailed examples. In my app I have an array of custom data that I want to send to another user with the same app, via AirDrop. The...
Morril asked 3/9, 2016 at 17:2

1

Solved

Out of curiosity... has anyone ever been able to integrate AirDrop functionality into an Android app? I really don't care about receiving any information on the Android side, but am hoping I can s...
Wexford asked 6/7, 2018 at 2:53

1

Solved

So, I have the airdrop feature working but I need different things to happen if the user presses accept and if the user presses deny for the airdrop request. Currently, the same actions happen wh...
Coons asked 3/8, 2017 at 2:42

1

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?
Sucker asked 17/7, 2017 at 23:39

1

Solved

I am using this code in my info.plist: <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeName</key> <string>AirDrop Profile File Type&lt...
Yippee asked 17/7, 2017 at 22:3

4

Anyone have any examples of how to add AirDrop to an app for sending and receiving a file from the documents folder? I am trying to share a SQLite database between to an iPhone and iPad app. I have...
Anosmia asked 4/10, 2013 at 16:47

3

Solved

I know you can get the current machine's icon from cocoa using the following code: NSImage *machineIcon = [NSImage imageNamed:NSImageNameComputer]; But is it possible to get the icon when given ...
Expiatory asked 3/9, 2015 at 7:57

6

Solved

I have seen this format (Image shown below) of share option in most of the iOS applications that support iOS 7. Is there a default code/framework available to implement this share option as it is s...
Oared asked 30/10, 2013 at 12:54

4

I have the following code to send a URL through AirDrop: NSString* selfUrlScheme = [[[[[[NSBundle mainBundle] infoDictionary] valueForKey:@"CFBundleURLTypes"] objectAtIndex:0] valueForKey:@"C...
Venter asked 26/11, 2013 at 16:51

1

Solved

I use the following code to share an image, some text, and a url using UIActivityViewController. Everything works fine except that when the use selects AirDrop, it gets a "cannot receive all of the...
Nielson asked 25/6, 2014 at 1:3

2

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 ...
Dignity asked 26/11, 2013 at 11:40

0

Is it possible to check if the recipient 'declined' or 'accepted' the share? I want to NSLog 'sent' if sent and NSLog 'declined' if declined by the user.

2

In my app, I'm allowing users to share photos via Instagram, which requires the use of UIDocumentInteractionController. Airdrop is automatically detected if the phone supports it. How do I remove...

1

I want to send one string via airdrop, I want to call one function when the String is received on other device successfully. I had implemented it through UIActivityViewController and I check it via...

1

Solved

I'm using the UIActivityViewController to show a share sheet within some iOS Apps. iOS 7 introduces a new type of UIActivity: UIActivityTypeAirDrop. This is declared as an extern string in the UIA...
1

© 2022 - 2024 — McMap. All rights reserved.