Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMvxPictureChooserTask iOS 10.3 app crash on selecting image from Gallery #2149

Closed
1 task
muhammad-azeem-confiz opened this issue Aug 30, 2017 · 2 comments
Closed
1 task
Labels
s/needs-more-info Needs more information from the reporter
Milestone

Comments

@muhammad-azeem-confiz
Copy link

muhammad-azeem-confiz commented Aug 30, 2017

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
@Cheesebaron
Copy link
Member

Please provide the full stack trace.

@Cheesebaron Cheesebaron added the s/needs-more-info Needs more information from the reporter label Aug 31, 2017
@muhammad-azeem-confiz
Copy link
Author

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

Thanks for your time.

@martijn00 martijn00 modified the milestones: 5.1.0, 5.2.0 Oct 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s/needs-more-info Needs more information from the reporter
Development

No branches or pull requests

3 participants