The "Hide My Email" feature appears crash apps when canceled. Given a text field with a textContentType
set to .emailAddress
:
- Tap the text field so it that it becomes the first responder
- Tap the "Hide My Email" suggestion above the keyboard
- Tap "Cancel" on the iCloud+ action sheet
The app will freeze with no way to recover. When I reproduce, I see this log in the debugger (unclear if this is related):
Last Exception Backtrace:
No stack!
Is this a known issue? Is there any workaround? I'm able to reproduce not just in my own app, but also in other apps that I download from the App Store. I noticed this bug going back to September, so I'm not optimistic this is being worked on... which is unfortunate because it can affect signups!