MediaPlugin: TakePhotoAsync not working on iPhone with OS >10

I am testing the method:

        var file = await CrossMedia.Current.TakePhotoAsync(new StoreCameraMediaOptions
        {
            DefaultCamera = CameraDevice.Rear,
            SaveToAlbum = true
        });

In my iPhone6 with OS 10.1 and is it not working. The app breaks.

Any workaround to make this work? Thanks in advance 😃

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 15 (5 by maintainers)

Most upvoted comments

When I started to develop my application (august) I read documentation and these two keys did not exist because Ios 10 not existed 😃 last night i read again documentation and found that I had to add these two keys so I solved 😃