これが私のコードです:
string f = GetRefInfoServise.GetRefInfo("GA");
byte[] data = System.Convert.FromBase64String(f);
var backingFile =
Path.Combine(System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal), "arch.zip");
File.WriteAllBytes(backingFile, data);`
メソッドは例外を返しませんが、ファイルは書き込まれません。Android API 28でこれをやろうとしています