1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Xamarinから.NET MAUIに移行したら画像が表示されなくなった

Posted at

事象:XamarinからMauiに移行したらデバッグでは表示されるのにリリースビルドしたものの画像が表示されなくなった

原因:こちらで起こったものと同じ原因でした
https://github.com/xamarin/Xamarin.Forms/issues/12157
対処:クリアテキストトラフィックを許可すると表示された!
https://stackoverflow.com/questions/51902629/how-to-allow-all-network-connection-types-http-and-https-in-android-9-pie/51902630#51902630
ただこちらはセキュリティ上よくないのでサーバー側を修正してhttpsを使うようにしました

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?