Does autoAcceptAlerts work for iOS devices or is it still a known issue?

Pretty much the title. I tried the capability “autoAcceptAlerts” for my testing on iOS devices but it doesn’t seem to be working. What does work though is driver.switchTo().alert().accept();. But the problem with this is you have to do this every time an alert pops up. If the given capability worked that would be great to handle this scenario. If anyone knows that this capability is working for them and I’m doing something wrong please do let me know. I know this was known issue before, don’t know if it ever got resolved. Please do update me. Thank you for your time.

Best