Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save osmangoninahid/dc2d5c40cd927fa2df612f49deb4625c to your computer and use it in GitHub Desktop.
Save osmangoninahid/dc2d5c40cd927fa2df612f49deb4625c to your computer and use it in GitHub Desktop.
string facebookshare = "https://www.facebook.com/sharer/sharer.php?u=" + Uri.EscapeUriString(appStoreLink);
Application.OpenURL(facebookshare);
string twittershare = "http://twitter.com/home?status=" + Uri.EscapeUriString(appStoreLink);
Application.OpenURL(twittershare);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment