woocommerce / woocommerce-ios

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

Introducing landing page switch after Phone sync #12496

Closed ThomazFB closed 2 weeks ago

ThomazFB commented 1 month ago

Once we're capable of fetching and receiving the store credentials, we should be able to move away from the syncing steps and send the user to the landing page.

We won't introduce a store selector right now, instead, we will ensure that the phone app always communicate to the watch when a store changes.

This task should focus on detecting if the store credentials are available, and if true, send the user to the my store view, and if not, send the user to the device sync steps.

Image

### Tasks
- [x] Introduce logic to check if the store credentials are available
- [x] Initiate the My Store screen when store credentials are available
- [x] Initiate the Phone login screen when store credentials are not detected
dangermattic commented 1 month ago

Thanks for reporting! 👍