woocommerce / woocommerce-ios

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

[TTPCA] Update iOS version requirements #14172

Open staskus opened 1 week ago

staskus commented 1 week ago

Description

Update required TTP version message for US, UK, and Canada. (Reference https://github.com/woocommerce/woocommerce-ios/pull/10938 as an example)

Tap to Pay on iPhone requires an iPhone XS or later running: iOS 16.7 or later in the United States, Australia, and the United Kingdom. iOS 17.0 or later in France, Germany, Italy, and the Netherlands. iOS 17.4 or later in Canada.

https://docs.stripe.com/terminal/payments/setup-reader/tap-to-pay?platform=ios#supported-devices

From Apple’s guidelines:

If necessary, help merchants make sure their device is up to date. If your PSP requires specific versions of iOS, be sure to present the terms and conditions only after the merchant updates their device.

Consider using isSupported check coupled with country-specific limitations to provide software update guidelines to users. Context in the discussion: p1729840654509289-slack-C025A8VV728

dangermattic commented 1 week ago

Thanks for reporting! 👍