我的应用程序在iOS设备上播放用户音乐库中的歌曲 - 它使用SKStoreProductViewController购买音乐,我正在寻找是否有办法检测是否购买了某些内容。
我查看了SKStoreProductViewController文档,但方法 loadProductWithParameters:completionBlock:不包含检测所展示产品是否已购买的方法。
有没有办法弄清楚所展示的产品是否已购买?
也许注册 MPMediaLibrarySyncGenerationDidChangeNotification 可以解决这个问题吗?