In our app we need to be able to redirect the user to the app store. The iOS version here works great, but Android does nothing:
var urlStore = Device.OnPlatform("https://itunes.apple.com/ca/app/id683290832?mt=8", "https://play.google.com/store/apps/details?id=com.credential.csi", ""); Device.OpenUri(new Uri(urlStore));
Ideas?
It works on my device (Xperia S, 4.1), it opens up an action list and let me choose.
Did you change the default action?
Answers
It works on my device (Xperia S, 4.1), it opens up an action list and let me choose.
Did you change the default action?