lreading / Xamarin-Image-Resizer

(Unmaintained) Cross platform Xamarin plugin to resize images
MIT License
5 stars 0 forks source link

Test iOS Implementation #7

Open lreading opened 8 years ago

lreading commented 8 years ago

The iOS implementation has not been tested yet. It compiles, but that is the only thing we know at this point.

cassionandi commented 6 years ago

Just installed and tried to run on iOS Simulator Iphone 7 11.3

Could not initialize an instance of the type 'UIKit.UIImage': the native 'initWithData:' method returned nil. It is possible to ignore this condition by setting ObjCRuntime.Class.ThrowOnInitFailure to false.

cassionandi commented 6 years ago

@lreading do I need extra config besides the plugin install? Any .Init() code on the AppDelegate or MainActivity?

lreading commented 6 years ago

@cassionandi - Sorry, I haven't been very active on github lately.

I haven't used this since I first wrote it... As mentioned in the original issue, I never got around to actually testing it on an iOS device. If you did get it working, by all means submit a PR. :)

Sorry I can't be more help. I'll add a note to the readme that this isn't being maintained.