cjlotz / Xamarin.Plugins

Cross platform Xamarin Plugins
MIT License
113 stars 56 forks source link

Attachement in IOS #55

Closed sansantosh closed 7 years ago

sansantosh commented 7 years ago

I am getting this exception on IOS : No overload for method WithAttachment' takes1' arguments (CS1501)

cjlotz commented 7 years ago

The WithAttachment Api has been reworked in the latest version of the plugin as it was causing confusion amongst users. The platform versions of the WithAttachment now takes a platform specific file as attachment (NSUrl on iOS).