Camera permission in Bubble + BDK Native app

Hi everyone,

I’m building a native iOS app using Bubble with the BDK Native wrapper. The app has already been approved and published in the App Store, but I’m running into an issue with camera permissions.

Right now, the camera permission popup appears every time the camera is triggered, instead of just the first time the user grants permission. From what I understand, this is likely happening because the plugin is requesting camera access on every button press rather than checking the authorization status first.

I’ve tried several plugins, but I’m running into two issues:

• The main one is the camera permission prompt keeps appearing repeatedly. This happens with the Camera Capture and Video Recorder plugin as well as others.
• Some plugins open the camera but display the preview in portrait - when my app needs to be used in landscape mode

If anyone here has experience with Bubble native apps, custom plugins, or iOS camera integrations, I’d really appreciate your help.

Thanks in advance!