Skip to content

Instantly share code, notes, and snippets.

@dannycabrera
Created October 3, 2013 00:58
Show Gist options
  • Save dannycabrera/6802931 to your computer and use it in GitHub Desktop.
Save dannycabrera/6802931 to your computer and use it in GitHub Desktop.
Xamarin.iOS URL schema to link to app's iTunes App Store page
UIApplication.SharedApplication.OpenUrl(new NSUrl("itms-apps://itunes.apple.com/app/idAPP_ID"))
@blue-earth
Copy link

it seems not working from iOS8?

@drznathou
Copy link

neither for IOS11

@drznathou
Copy link

drznathou commented Sep 13, 2018

Well it stills work in IOS 11 maybe @blue-earth you forgot to call
Device.BeginInvokOnMainThread(()=> ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment