woocommerce / woocommerce-ios

WooCommerce iOS app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
257 stars 108 forks source link

Users Unable to Upload Product Images on iOS App if the store is private #12646

Open pmusolino opened 2 weeks ago

pmusolino commented 2 weeks ago

Problem

We have been alerted to an issue where users are experiencing difficulties when attempting to upload product images through the Android app. On the Android side, the issue was identified as a problem with private sites blocking image uploads (see peaMlT-zw) even with the correct bearer token. Users were not informed of this limitation, leading to confusion and frustration. This happens just on WP.com sites, since on self-hosted store it's not possible to put a store in the "private" state.

Impact

Reports have surfaced both in app reviews and comments on GitHub for Android, highlighting the problem:

Next Step

Given the parallel issue that was identified and resolved on the Android platform, I investigated this, and the iOS app faces a similar problem. We need to apply a fix similar to the one applied on Android here https://github.com/woocommerce/woocommerce-android/pull/11383

dangermattic commented 2 weeks ago

Thanks for reporting! 👍