Is ionic v6+ capacitor 4 supporting: ios 13.7?

"Is ionic v6+ capacitor 4 supporting: ios 13.7 and below,

coz our app is getting stuck on splash screen on 13.1 and 13.0 devices, its not generating any error and we are using es5 in target of out tsconfig.json"
we are using angular version 14.

Capacitor supports iOS 13.0 and newer.
Apps get stuck on splash screen because of javascript errors.
Check the debugging guide to learn how to check the errors

if you have a device, if feasible send your logs or screenshot of the error. Do verify angular versions also, as if you are using angular 14+, it will not be supported by ios 13.4 below. It’s not mentioned in the official docs of ionic but personally tested it. It had issues with a capacitor splash screen plugin implementation if swift the functions are not supported in ios 13.4 below.

Just one observation while we are testing on Simulator with IOS version 13.3 it is working fine. our app is getting launch but on actual device app stuck on logo screen.

Just one observation while we are testing on Simulator with IOS version 13.3 it is working fine. our app is getting launch but on actual device app stuck on logo screen…

Don’t always rely on the simulator for functionality, they are good only for UI/UX. We also faced the same problem, for testing we bought many iPhones with old ios, and capacitor 2,3,4 has issues with 13.4 below.

try Browser Stack once.