iOS 18.4 (?) FamilyActivityPicker regression: presenting SFSafariViewController on top bugs

If I present "SFSafariViewController" when a "FamilyActivityPicker" is visible, it will automatically dismiss the "SFSafariViewController" and crash the "FamilyActivityPicker."

I'm assuming the cause of the bug is that each is in a separate process (aside from the app), and there's some hacks to try to stop "FamilyActivityPicker" from crashing, and this is causing the new bug because "SFSafariViewController" is also in a separate process.

(I'm not 100% if its just in 18.4 or iOS 18 overall...)

(I'll try to file a feedback soon, but its 100% reproducible for me across multiple devices on iOS 18.4)

Also if the "FamilyActivityPicker" is in a "crashed state" this does not happen.

Yes started in 18.4 AFAIK (not reproducible on 18.3.2)

(but I do want to note that thank you for continued tries at fixing FamilyActivityPicker 🙏)

actually maybe its not related to "SFSafariViewController" and rather any full-screen View Controller presented on top causes this bug

Please file a bug report.

iOS 18.4 (?) FamilyActivityPicker regression: presenting SFSafariViewController on top bugs
 
 
Q