Hi,
Recently I have started seeing an issue where, if a user takes a photo directly using the camera control in the App, the image is getting compressed to < 500 kb but if the user uses an existing photo from their camera roll, that image isn't getting compressed and is being passed to SharePoint in full resolution.
As I am storing the b64 of the image in SP list under a multi-line text column, when the image is full resolution, b64 doesn't fit anymore. I've tried 3-4 iPhones and the same issue.
Anyone else facing this issue and have any workarounds?