I am using Xamarin.Android and I want to save a .txt file to the SD card. Here is the code that I am using:
.txt
private void SavetoSd() {
I was having same problem and after spending couple of hours, I found that if you are running on sdk higher than 23, android version higher than 6, you should implement access request to user. please find more information here on this link