Hello! I make an application on Android using Xamarin. It is necessary to make authorization through VK. On Habré, I found an article on how to make authorization through VC using Xamarin.Auth: https://habrahabr.ru/post/216553/ I tried to do the same, but this is not what I need.
How can I make my application authorize via VC, while it looked at whether VC is installed on the phone, and if so, just ask for permission?
PS There is no source code so I stupidly copied the code from that article. PPS I'm new to Xamarin, so I still have little understanding of it.