xamarin.iosffimageloading

FFImageLoading not shows webp image in Release Mode Xamarin.iOS


Set Build Action -> Bundle Resource. works fine in Local when deployed to device but not works in release mode.


Solution

  • Finally I have resolved it by adding "--optimize=[+|-]remove-dynamic-registrar" in both Debug/Release mode. Hope it will help somebody.

    enter image description here