i am using api:auth route and getting empty array on postman please help me to solve this i wantedto get order history of loged in user 我的关系是这样的 在用户模型中 product()user() 在Apple模型中 product()
user() 我的Apple
在服务器端,我需要验证应用程序中的购买并获取订单的详细信息。对于第一部分,我可以通过https://developers.google.com/android-publisher/api-ref/purchases/products/get this API调用验证应用内购买然而,我找不到一种方法来获得订单<em
请注意,我对开发iOS应用程序一无所知,更不用说了解它们的订阅处理了。我是一个机器人爱好者。但是,让我简单解释一下我们在Android应用程序上所做的工作。我们从数据库中跟踪的应用程序购买和订阅中,保存了从Google Play Developer API获取的重要信息。从设备上,我们使用订单ID和购买令牌联系我们的后端服务器,服务器使用该购买令牌从开发人员<em