I added a very simple Open camera button, that triggers just the one event.
When I try to run it from my phone (iPhone 15 Pro Max) it asked me for permissions first, I allowed them and then it gives me this error:
This app is missing either ‘NSCameraUsageDescription’ or ‘NSMicrophoneUsageDescription’, so audio/video services will fail. Ensure both of these keys exist in app’s Info.plist.
Can I do something to make this work, or should I wait for bubble to update the info.plist file
This was unfortunately due to an update in React Native versions, looks like apple now wants this extra permission. We are working on supporting this additional permission