Im using the last stable version for ffImageLoading, SkiaSharp and Xamarin Forms. I have the "inits" for platform especific (MainActivity and AppDelegate). In Android works, but in IOS it shows this error :
Unhandled Exception:
System.Exception: Please call CachedImageRenderer.Init method in a platform specific project to use FFImageLoading! occurred
Update all to last versions and try to run in iOS
... and let me know.
Hi Daniel, thank you for the quick answer. I resolved the issue. The problem was that the inits were called after the initis of the APP:
global::Xamarin.Forms.Forms.Init();
Most helpful comment
Hi Daniel, thank you for the quick answer. I resolved the issue. The problem was that the inits were called after the initis of the APP:
global::Xamarin.Forms.Forms.Init();