为什么我不能在 XCode 中创建 "In-App Purchase Content" 目标?

Why can't I create an "In-App Purchase Content" target in XCode?

我正在向我的 iOS 应用程序添加应用程序内购买,以解锁以更高分辨率呈现图像的功能。为此,我想利用 Apple 的内容托管功能进行应用内购买。

我找到了很多关于主题 (1) 的指南,并且都表明需要在 XCode 中创建一个单独的项目或目标,类型为“应用内购买内容”。但是,在 XCode.

中创建新项目或目标时,我不认为这是一个选项

这是我希望看到的“应用内购买内容”选项:

这是我在 XCode 的“多平台和其他”选项卡下看到的唯一选项,它也没有出现在任何其他选项卡中:

在 App Store Connect 中,应用程序配置了应用程序内购买,内容托管已打开,我可以对该非消费品(无需内容下载)进行测试购买。我也在使用最新版本的 XCode.

在网上搜索时,我在 XCode 中找不到任何关于我可能缺少该选项的说明。有没有人看到我在 XCode 中启用此功能可能缺少的步骤?


(1) 我参考的一些指南:

我相信这可能已在 Xcode 13.3 中删除,根据以下发行说明:

Building and uploading nonconsumable in-app purchase content for Apple to host is no longer supported. Existing content that’s hosted by Apple isn’t affected. To enable smaller app bundles, faster downloads, and richer app content, use on-demand resources to host your content on the App Store separately from the app bundle. For details, see On-Demand Resources Essentials. (84121695)

https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-13_3-release-notes