This issue is experienced by only iOS device users after the recent integration of MediaPicker Plugin to the App. The plugin is displaying an message saying "You can only select images upto 1.00 mb in size" while selecting certain images. Please find the attached screenshot.
Steps to reproduce the issue:
Step 1: Integrate the Media picker plugin into an App.
Step 2: Install the App in an iOS device
Step 3: Open In the App in the device and Click the link to upload images
Step 4: In the media selection screen, Try to select a file with more than 1 MB size
Step 5: The message "You can only select images upto 1.00 mb in size" will be displayed
Maybe you already figured this out since you posted this a while ago, but I just downloaded this today. There is a parameter in the plugin called maxSelectSize. If you customize your plugin in the following way, you can access that parameter:
Then, use the parameter to specify the maximum size (in bytes) that you would like.