On July 2 I made a tweak to an app and in the process republished it with an updated release as of that time. That update seems to have changed how camera data is uploaded to Azure SQL from the Camera control. I am using Camera.Photo in the patch statement.
This is what was being stored in SQL and is now being stored:
/SessionStorage/CCD961CE-0964-4974-956A-EDB5380883A2.jpeg for example
What is being stored now seems useless for later retrieval. I rolled back an app to older release and the uploads changed back.
I haven't made any changes to patch statements or the camera controls. The only change was the update to the release.
EDIT: In further testing today, I have found that the photo data is stored properly when using web player on a PC but not when using app player on IOS.
I don't know what to do now?