I'm kind of new to Xamarin and I have a simple problem but no idea to how do that.
I have written an app with Xamarin forms. the problem is Here that I want user connect to my website do sth and then come back to the app. I need to change a Boolean in Xamarin to true when the task is done in website.
how I can get this information (just turn a false to true) from web? I have no idea so any help will appreciated.