Created
October 3, 2013 00:58
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UIApplication.SharedApplication.OpenUrl(new NSUrl("itms-apps://itunes.apple.com/app/idAPP_ID")) |
neither for IOS11
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
it seems not working from iOS8?