英文:
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).
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论