新的苹果订阅项目未在我的Unity应用程序中显示。

huangapple go评论83阅读模式
英文:

New apple subscription items are not displaying in my unity application

问题

我正在通过Firebase管理我的应用的订阅产品。虽然我可以在应用中显示现有的产品,但我面临一个问题,新创建的产品没有显示出来。在创建新产品时,我一直按照相同的步骤进行操作。最近在Apple的一侧是否有任何变化可能导致了这个问题?或者有没有关于如何排除和解决这个问题的建议?

最近,我对我的应用的订阅产品在Firebase中进行了一些更改。奇怪的是,先前存在的项目表现正常,但新添加的项目不起作用。

英文:

I'm managing my app's subscription products through Firebase. While I can display my existing products in the app, I'm facing an issue where newly created products are not showing up. I've consistently followed the same steps when creating new products. Has anything changed on Apple's side recently that could be causing this? Or are there any suggestions on how to troubleshoot and solve this issue?

Recently, I made changes to some items in Firebase for my app's subscription products. Strangely, the previously existing items are functioning as expected, but the newly added ones are not working

答案1

得分: 0

你确定你正在特定请求产品吗?因为你不能只是在商店仪表板中创建一个产品然后期望它会自动获取。你应该从Unity API中特定地获取产品(我假设你正在使用Unity的IAP SDK)。

英文:

Are you sure you're requesting the products specifically? Because you can't just create a product in the store dashboard and expect to get it automatically. You should fetch the product(s) specifically from Unity API(I assume you're using Unity's IAP SDK).

huangapple
  • 本文由 发表于 2023年8月10日 17:10:40
  • 转载请务必保留本文链接:https://go.coder-hub.com/76874258.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定