gpt4 book ai didi

ios - 来自 iMessage 应用扩展的应用内购买

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:11:09 25 4
gpt4 key购买 nike

我创建了一个使用应用内购买的应用,我已经在 iTunes 上设置了应用内购买,我什至使用沙盒用户对其进行了测试,所有这些都运行良好。

现在我包含了一个 iMessage 应用程序扩展,相同的应用内购买产品返回无效的产品 ID,但在主应用程序中继续运行良好。

可能是因为包 ID?

mainapp: com.whatever.bundleid
app iMessage: com.whatever.bundleid.iMessage
iMessage extension: com.whatever.bundleid.iMessage.MessagesExtension

顺便说一句,我正在使用 SwiftyStoreKit pod。

if let inappIndentifier = stickerPackage.inAppPurchaseId {
SwiftyStoreKit.retrieveProductsInfo([inappIndentifier]) { result in
if let product = result.retrievedProducts.first {
let priceString = product.localizedPrice!
completion(true, priceString)
} else if let _ = result.invalidProductIDs.first {
completion(false, nil)
} else {
print("Error: \(result.error)")
completion(false, nil)
}
}
}

enter image description here

最佳答案

我犯了一个大错误,我没有创建 iMessage 扩展程序,而是创建了 iMessage 应用程序扩展程序。在我删除“iMessage 应用程序”后,应用内购买开始正常运行。

关于ios - 来自 iMessage 应用扩展的应用内购买,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43499184/

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