iOS Share Extension using name from $CFBundleName and not $CFBundleDisplayName

Hi all,

I have an iOS application with two share extensions. They both have the same CFBundleName since they're in the same containing app. However, they each have different values for CFBundleDisplayName.

In iOS 13 and earlier, the extensions would appear distinctly in the share sheet, but in iOS 14, only one appears, and the name of the extension is just the name of the app itself (the value in CFBundleName).

Did an API change or was an plist value added here, or is this a known bug? Thanks in advance!

Best,
Dan