Questions tagged [sharing]

Use tag 'share' instead. Tag 'share' is for questions about sharing resources in (local, and social) networks.

1217 questions
7
votes
3 answers

Firebase Project Invitation

I've a project using Firebase, and I need to add an owner to the project. This is how I added him: Opened the project in the Firebase console. Clicked on the settings wheel next to the project name, and selected permissions. Firebase launches a new…
Ayesh Qumhieh
  • 1,117
  • 2
  • 11
  • 26
7
votes
1 answer

Sharing data between processes in Python

I have a complex data structure (user-defined type) on which a large number of independent calculations are performed. The data structure is basically immutable. I say basically, because though the interface looks immutable, internally some…
Björn Pollex
  • 75,346
  • 28
  • 201
  • 283
7
votes
1 answer

UIActivityViewController: Exclude non-Apple sharing extensions?

I would like to prevent my app to share its content to certain other apps using the extensions mechanism. For instance, I want the user to be able to share a link, but not with the Gmail app. My understanding of the documentary is that the following…
scrrr
  • 5,135
  • 7
  • 42
  • 52
7
votes
5 answers

UIActivityViewController share only text

I want to share just simple text using UIActivityViewController I am using swift, with xcode 6.3 The code is very simple, work great for photos, but not just text, I don't want to include any web URL with the objectsToShare, just clean text Here is…
user3728728
  • 885
  • 2
  • 11
  • 14
7
votes
0 answers

Is it possible to add Sharing button for Snapchat?

I am creating a mobile version of website. I have added many of the social sharing buttons (links) on my website like - Facebook, Linked In, Twitter. Specially for mobile I have added button to share on WhatsApp. Now I am thinking to enable similer…
Niraj Chapla
  • 2,149
  • 1
  • 21
  • 34
7
votes
2 answers

Sharing code between two different git projects

I have two different .Net projects, hosted on github. I would like to create a shared "commons" library for the two projects. How should I structure my repository to facilitate this sharing? Ideally, a change in this common library in one project…
ripper234
  • 222,824
  • 274
  • 634
  • 905
7
votes
2 answers

Sharing violation on path in xamarin

I'm very new to Android programming. I have a code which creates a file in a designated folder and then tried to write something to it. Like below: path = System.Environment.GetFolderPath(System.Environment.SpecialFolder.MyDocuments); …
Anirban
  • 333
  • 2
  • 4
  • 12
7
votes
1 answer

UIActivityViewController and UIDocumentInteractionController

How do I combine a UIActivityViewController and a UIDocumentInteractionController? The Mail app and the Tumblr app seem to compine a UIActivityViewController with a UIDocumentInteractionController because their controllers also show the "Open in"…
7
votes
4 answers

Send and Receive a File Using AirDrop

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 done a lot of research and it looks like AirDrop is…
Jon
  • 687
  • 1
  • 9
  • 14
7
votes
1 answer

How to share apps folder to another dropbox user

I am developing an app that can upload and download within dropbox folder the dropbox automatically create an apps folder my question is, how to share the folder to another dropbox user i have tried before, it stated that the apps folder cannot be…
Sieryuu
  • 1,510
  • 2
  • 16
  • 41
7
votes
1 answer

In-Facebook sharing of URLs doesn't pull in og: tag information until run through debugger (even though debugger gives no errors)

Here's an example URL: http://www.motherjones.com/mojo/2012/05/reince-priebus-lgbt-workplace-discrimination The above used to pull in no image, title or description when pasted into the Facebook status update box -- it remained a bare URL. I then…
Luke Smith
  • 73
  • 1
  • 3
6
votes
1 answer

How can I block my app from being available for sharing via Bluetooth?

How can I ensure that my Android application is not shareable via Bluetooth? Using applications which allow users to share files, apps, etc., via Bluetooth (ie, free Bluetooth File Transfer from the Android Market), I have successfully transferred…
aMiGo
  • 757
  • 7
  • 10
6
votes
2 answers

Callback after posting message to Twitter

I am posting messgae to twiter via link: http://twitter.com/intent/tweet?source=webclient&text=Hello I am interested in if it is possible to be redirected to some url after posting message? For example Facebook has "redirect_uri" parameter added to…
Paulius
  • 200
  • 1
  • 10
6
votes
0 answers

Universal Links query string removed/lost while generating share link, IOS, ReactNative Share

Project workspace Mobile Project: ReactNative 0.64.3 / Expo with Managed Workflow / IOS 14.6 / NPM Sharing Library: ReactNative's default Share library. Website/Domain: Statically hosted via S3, single page app built with TS/Gatsby. Caching…
Tyler S
  • 136
  • 5
6
votes
1 answer

Perl: Are Special Variables Thread Safe?

I was reading some questions regarding the $@ global variable and how it can be clobbered before it's even handled due to successful evals wiping it clean. But what if it gets clobbered by an error occurring in a concurrent thread? The new threads…
Louis
  • 2,442
  • 1
  • 18
  • 15