I realized some time ago that display.captureBounds
does not save the image to the gallery when used with this intention on the latest versions of Android. Some of my apps use this option to save an image to the gallery, and several users have reported that the image isn’t being saved to the gallery. Everything is implemented correctly. In fact, I’ve tested it, and it works perfectly on older(android < 10) Android versions and even on iOS.
I have included the permission "android.permission.WRITE_EXTERNAL_STORAGE"
in build.settings
as specified in the documentation.
And to capture the image:
local captureObj = display.captureBounds( imagenDeFondo.contentBounds, true )
This issue has caused AdMob to warn me about a “Site Behavior: Navigation” issue, putting one of my apps at risk of losing ad display privileges, and I have only until October 31 to resolve it.
Hey @Scott_Harrison, could you please check this when you have a moment?