gpt4 book ai didi

ios - IOS内购,如何查看response.products.count为什么一直为0?

转载 作者:行者123 更新时间:2023-11-28 05:38:13 26 4
gpt4 key购买 nike

我正在尝试为消耗品实现 Ios 应用内购买。我在 Appstore Connect 中向我的应用程序添加了 2 个产品,其中 ID 如下:net.company.app.3000 和 net.company.app.10000。他们两个都可以出售。在我的代码中,我尝试了类似的方法:

@IBAction func addButtonPushed(_ sender: Any) {
let ids = Set(["net.company.app.3000","net.company.app.10000"])
let r = SKProductsRequest(productIdentifiers: ids)
r.delegate = self
print("r=\(r)")
r.start()
}

func productsRequest(_ request: SKProductsRequest, didReceive response: SKProductsResponse) {             
print(response.products.count)
print(response.invalidProductIdentifiers.description)
}

这里的产品数量始终为 0。我还提交了带有版本的产品,但被拒绝了,他们拒绝了,因为购买无效。可以肯定的是,没有拼写错误。

现在,我的问题是,我如何才能得到我的 product.count 始终为 0 的原因/响应?

最佳答案

请检查以下几点:

1) In app purchase in target's capabilities?  
2) IAP should be enable in provision profile.
3) Also have a look into contract.
4) Try to delete and install again.

关于ios - IOS内购,如何查看response.products.count为什么一直为0?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57882137/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com