Use tag 'share' instead. Tag 'share' is for questions about sharing resources in (local, and social) networks.
Questions tagged [sharing]
1217 questions
6
votes
1 answer
The right way to provide a Premium update to a free Android App
I have been developing a free game (with ads) on the Android Market. Now quite a few people are requesting me to do a paid version without ads. I have no experience in keeping multiple versions of a single app.
I have already factored out the app on…

Phil
- 5,595
- 5
- 35
- 55
6
votes
4 answers
subversion server vs. network repository access through tortoise
There are currently 5 developers on my team and we all access a repository through a shared drive on computer X which is on our network. Since we all have access to computer X, and we can manage who has and who doesn't have access to computer X, we…

jbu
- 15,831
- 29
- 82
- 105
6
votes
2 answers
Ignore image when sharing a page with Facebook
I know it's possible to tell Facebook to use a certain image when sharing a page by adding a meta tag. But I was wondering if the opposite is possible: telling facebook NOT to user a certain image as the thumbnail when sharing a page.
I am asking…

Wouter DB
- 61
- 1
- 2
6
votes
1 answer
Sharing link with a preset HASHTAG
I 'm looking for a way to create a button that allow to share a URL with a hashtag chosen by me.
Is that possible ?
Thank you in advance.

nnrfffrfrfrrf
- 79
- 1
- 2
6
votes
3 answers
How to post location with image to facebook in IOS?
I am trying to share location along with image to facebook. I have successfully shared image but unable to share location. Below is my code of sharing image.
UIImage *facebookImage = [UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL…

rahul
- 2,613
- 8
- 32
- 55
6
votes
0 answers
NSSharingService by Facebook in Mac app with no account configured
I am trying to share a link in an Mac App in Facebook/twitter and I would like to check if the user has the account in settings. If the account is not in settings, I would like to do this sharing by web browser.
I try the following code, because…

Aitul
- 2,982
- 2
- 24
- 52
6
votes
1 answer
Sharing cached images using FileProvider
I have an app that uses Universal Image Loader to download photos from the internet, cache them to data/data/com.myapp/cache and display in ImageViews.
I also wanted to add sharing (WhatsApp, Facebook, Instagram, Dropbox etc.) to my app, so I tried…

Makks129
- 576
- 5
- 20
6
votes
4 answers
android taking the screenshot and sharing it
I am trying to add a share button to my app which takes the screenshot of screen and then shares it via Facebook etc. I have searched over internet. I also have searched Stack Overflow too; there are many threads related with this issue but I…

regeme
- 872
- 6
- 17
- 30
6
votes
1 answer
Show thumbnail for url attachment on UIActivityViewController
When you a share a url with the UIActivityViewController, it just shows the Safari compass. I get that this is supposed to show the user that they are sharing a link, but is it possible to get this to show a thumbnail/image instead? I realize it…

Luke
- 648
- 7
- 15
6
votes
2 answers
Define Mail Subject Using NSSharingService
How do you define the subject for a Mail message composed with NSSharingService?
I've been through the NSSharingService Class reference, but am not seeing it defined anywhere. The following successfully launches mail app, but subject is just shoved…

DenVog
- 4,226
- 3
- 43
- 72
6
votes
2 answers
How to open a StreamReader in ShareDenyWrite mode?
How do i open a StreamReader with FILE_SHARE_READ, FILE_SHARE_WRITE, FILE_SHARE_DELETE?
Same question, slightly expanded
How do i open a StreamReader so that i can read an encoded text file, with sharing options so that another process can read the…

Ian Boyd
- 246,734
- 253
- 869
- 1,219
6
votes
2 answers
Can I open a Windows 8 application with a URL?
I am creating an app with a shared session capability. For example a private app-to-app chat session...
I would start the app and create a "chat room" then "share" with someone via email. What I would like to do is create a URL that when it is…

Ryan Pedersen
- 3,177
- 27
- 39
6
votes
1 answer
INetSharingConfiguration->EnableSharing( ICSSHARINGTYPE_PUBLIC ) returns 0x80040201
I am trying to programmatically enable sharing with the sharing type public on a device that matches a known GUID on a windows 7 machine.
API at: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365944(v=vs.85).aspx
The list of errors show…

Stephen Hankinson
- 271
- 2
- 4
- 6
5
votes
4 answers
Is it possible to share audio input (Microphone) stream in Android?
I am writing an application that runs as a background service recording and analyzing audio recorded from the microphone. When my app is running I can't use other apps that use the microphone (e.g. phone, voice recording, etc...).
My question is -…

smichak
- 4,716
- 3
- 35
- 47
5
votes
3 answers
Can't connect to my own MDF file. Cannot open user default database. Login failed.Login failed for user... and other errors
SQLSEXPRESS service IS running!!
I have I program I wrote some time ago and it works. It was written in MS Visual Studio with local MDF file.
How is it possible to edit this file from Microsoft SQL Server Management Studio? I don't see this file in…

Suzan Cioc
- 29,281
- 63
- 213
- 385