You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMvxPictureChooserTask iOS 10.3 app crash on selecting image from Gallery option
*working fine on iOS 8.4(12H143)
*I am using this on child view of MvxTabBarViewController
code:
var task = Mvx.Resolve();
var stream = await task.ChoosePictureFromLibraryAsync(240, 10);
OnPicture(stream, string.Empty);
application crash after this line:
_modalHost.PresentModalViewController(_picker, true);
from iOS plugin File.
Configuration
Xamarin: 6.3
Xcode: 8.3
iOS: 10.3
Platform:
iOS
The text was updated successfully, but these errors were encountered:
Issue is fixed by removing and adding the Privacy - Photo Library Usage Description for iOS 10+.
Also needs to clean the solution and clear the cache from ~\Library
IMvxPictureChooserTask iOS 10.3 app crash on selecting image from Gallery option
*working fine on iOS 8.4(12H143)
*I am using this on child view of MvxTabBarViewController
code:
var task = Mvx.Resolve();
var stream = await task.ChoosePictureFromLibraryAsync(240, 10);
OnPicture(stream, string.Empty);
application crash after this line:
_modalHost.PresentModalViewController(_picker, true);
from iOS plugin File.
Configuration
Xamarin: 6.3
Xcode: 8.3
iOS: 10.3
Platform:
The text was updated successfully, but these errors were encountered: