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

StartRecordingAsync helds and send acces error in net maui ios #169

Open
luresti opened this issue Jul 14, 2024 · 0 comments
Open

StartRecordingAsync helds and send acces error in net maui ios #169

luresti opened this issue Jul 14, 2024 · 0 comments

Comments

@luresti
Copy link

luresti commented Jul 14, 2024

The package works fine to take snapshot and Takephoto in IOS, in android and windows the StartRecordingAsync works fine, the info.plist has the above configuration

<key>NSPhotoLibraryUsageDescription</key>
<string>This app requires access to the photo library.</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app does not require access to the microphone.</string>
<key>NSCameraUsageDescription</key>
<string>This app requires access to the camera.</string>

<key>NSFileProviderDomainAllVolumes</key>
<true/>
<key>NSFileProtectionKey</key>
<string>NSFileProtectionCompleteUnlessOpen</string>

<key>UIFileSharingEnabled</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>

but when i call
var result = await cameraView.StartRecordingAsync(Path.Combine(videoFileName), new Size(1280, 720));

result = AccessError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant