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

[BUG] ErrorScreen is not shown when the user denies any of the required permissions #73

Closed
2 tasks done
tiendq opened this issue Dec 16, 2024 · 1 comment · Fixed by #74
Closed
2 tasks done
Assignees
Labels

Comments

@tiendq
Copy link

tiendq commented Dec 16, 2024

Prerequisites

  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed

Expected Behavior

Default ErrorScreen is shown.

Current Behavior

ErrorScreen is not shown when the user denies any of the required permissions, instead there was an exception:

(MijickCamera) ERROR DURING SETUP: cameraPermissionsNotGranted
MijickCamera/CameraManager+NotificationCenter.swift:35: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
Screenshot 2024-12-16 at 11 08 15

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Deny required permissions
Name Version
SDK e.g. 3.0.0
Xcode e.g. 16.0
Operating System e.g. iOS 17.1
Device e.g. iPhone 11
@FulcrumOne
Copy link
Contributor

fixed in the branch patch-3.0.1

@FulcrumOne FulcrumOne mentioned this issue Dec 16, 2024
@FulcrumOne FulcrumOne linked a pull request Dec 16, 2024 that will close this issue
@FulcrumOne FulcrumOne added the bug label Dec 16, 2024
@FulcrumOne FulcrumOne self-assigned this Dec 16, 2024
FulcrumOne added a commit that referenced this issue Dec 16, 2024
fix:
- Fixed an issue with the application crashing when permissions were not granted (#73)
- Fixed other minor bugs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants