'Flutter iOS Photo Gallery

I'm working on a Flutter app where I need to use photos from the User's phone gallery. This works fine if the user is on Wifi, but for some users who are on Cellular, the app is not able to download photos from the phone gallery.

I know the problem is that iOS users have a setting where they have disabled photo updates/sync on Cellular data. When this setting is on, the app is not able to download photos from the gallery. But I checked they are able to upload high-quality photos to Instagram, Facebook Messenger despite this setting.

Is there a way to access photos even if the setting is disabled for cellular?

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source