是否可以让客户在您的 ios 应用程序中购买 iTunes 的流媒体内容?

Is it possible to have the ability to let customers purchase streaming content from itunes from within your ios app?

我想在我的应用程序中添加一项功能,允许您在应用程序内从 iTunes 购买内容。这可能吗?如果可能的话,Apple 是否会为寻找客户购买内容提供某种类型的参考费?

使用SKStoreProductViewController。您指定产品的 iTunes ID 以显示该产品。如果您是 Affiliate program 的一员,您还可以指定您的会员 ID 以获得佣金。

有关使用 SKStoreProductViewController 的示例,请参阅 this answer 中的代码。您需要添加使用 SKStoreProductParameterAffiliateToken 键来添加您的会员 ID。