iOS 10.3 内购停止工作

iOS 10.3 in-purchases stopped working

在新 iOS 10.3 发布后,应用程序中的内购功能突然停止工作。其实这个方法已经不调用了

func requestDidFinish(request: SKRequest) {
  if let receiptURL = NSBundle.mainBundle().appStoreReceiptURL {
    if let receipt = NSData(contentsOfURL: receiptURL) {
      handleReceipt(receipt)
    }
}

似乎与 AppleStore 的连接已断开。

Apple 问题,已修复!