Where does screenshot save from shipped AR app on mobile device?

I’ve created an AR app with a “Take Photo” button on the UI. I’ve used the HighResShot 1 in the console command. Everything worked beautifully in the development package, but in the shipment package I can’t locate the screenshot taken…

Please help!

The screenshot is saved in the app container, if you want the user to have access, you need to either write or copy it to the gallery. Your app will need the permission to do so, and you’ll have to write the objective C to tell IOS this, or use a plugin.
To find the file path of your container saved files, you’ll have to print that out in code to be sure.

Here’s some more threads that might have useful answers:

Plugins: