Display a popup over the native camera

Hello Devs!

Anyone has an idea if it is feasible to override the native camera in apple? So if a user have an app called "xyz" installed, when the user open his native camera and qr code is detected, we display a pop if he wants to continue with "xyz"

Thanks

this sounds like the user of a custom URL scheme. https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-app

or do you have something else in mind?

Display a popup over the native camera
 
 
Q