Normally, in an app that needs access to the camera, I would:
make a view with some explanation of what the camera is used for, along with a button to ask for permissions.
when pressed, this button will bring up the system popup (with another short description) for accepting camera permissions.
Hi ahzzheng!
you can still use your explanation view before requesting camera access in your app clip. Using the same view helps providing a consistent experience between your app and app clip. When user gets your app, the camera permission will be transferred to your app so you don't need to request permission again.
you can still use your explanation view before requesting camera access in your app clip. Using the same view helps providing a consistent experience between your app and app clip. When user gets your app, the camera permission will be transferred to your app so you don't need to request permission again.