【问题标题】:iOS 10.3 in-purchases stopped working购买的 iOS 10.3 停止工作
【发布时间】:2017-03-31 19:45:38
【问题描述】:

在新的 iOS 10.3 发布后,In-Purchases 功能在应用程序中突然停止工作。实际上,这个方法不再调用了。

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

似乎与 AppleStore 的连接已断开。

【问题讨论】:

    标签: in-app-purchase ios10.3


    【解决方案1】:

    这是苹果的问题,已经解决了!

    【讨论】:

      猜你喜欢
      • 2015-03-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-05-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多