From 043e2fe14a6f13885a552211f17d61292001fa76 Mon Sep 17 00:00:00 2001 From: evanbacon Date: Tue, 15 Oct 2024 11:50:12 -0700 Subject: [PATCH] prevent fatal crashes when launching App Clips (#47000) Summary: App Clips are full of bugs. One such bug is how launching an App Clip from Test Flight (and perhaps other systems) will cause the user activity to be of type `NSUserActivityTypeBrowsingWeb` but with a nullish `userActivity.webpageURL` (even though it's typed as never being nullish in this mode). ## Changelog: [IOS] [FIXED] - Fix launching App Clips with nullish URLs.