jfversluis / FilePicker-Plugin-for-Xamarin-and-Windows

FilePicker Plugin for Xamarin and Windows
MIT License
157 stars 80 forks source link

Crashes with no exception #185

Closed hegenafre closed 4 years ago

hegenafre commented 4 years ago

Expected Behavior

Return or raise an exception

Actual Behavior

No return and no exception and simply returns to main activity. However, works fine on some Android phones but not on others.

Steps to Reproduce the Problem

  1. Follow all documentation and try on different Android phones

Specifications

vividos commented 4 years ago

@sriharrsha This seems not to be the same issue as the original poster had, since he had no exception and no call stack. You may want to update to the latest beta NuGet package, where a permission problem was fixed. Might also fix your problem!

zwrtron commented 4 years ago

The problem is still present in 2.1.41 (latest stable). Any solution for this?

vividos commented 4 years ago

You could always try out the sample project in this repository and see if there's some crash reported, or if the debugger stops somewhere.

jfversluis commented 4 years ago

Closing this since this project will retire, please check out Xamarin.Essentials which now has a FilePicker based on this one.