Meta Quest Webhooks for IAP - Documentation about the application order status event
Context: I would like to subscribe to webhook events to receive notifications whenever a user's subscription changes (ex: buying a subscription, canceling a subscription, changing the subscription date, etc.) Possible solution: According to the official documentation, it seems to be possible to subscribe to webhook events to receive real time notification whenever the Application object changes. The Application object seems to have 3 fields, join_intent, create_new_session and order_status. I think that subscribing to the order_status field would send events whenever a user's subscription would change. Problem: I can't find any documentation about the order_status field. There is some documentation about the join_intent field, however the only thing I found about the order_status field is this sample from the Oculus dashboard (when subscribing to the Application webhooks): { "field": "order_status", "value": { "event_time": "1659742639", "user_id": "10149999707612630", "product_info": { "notification_type": "PURCHASED", "reporting_id": "03f8833e-9c02-4fa0-978f-4cfe91f86bae", "sku": "item_sku_1", "developer_payload": "{\"quoteId\": 1234567}" } } } In order to receive events about changes to user's IAP (subscriptions and one time purchases), I would like to get more information about the order_status field webhook event. More precisely, it would be great to know all the possible values that the notification_type field could have (other than "PURCHASED"). Thank you.1.2KViews4likes0CommentsApplication is not saved on Oculus
Hello, I am developing a VR application, a very simple scene consists of a plane and multiple cubes and a sphere. Attached are the build settings. The issue is, when I Build the application does not show on Oculus, yet when I Build And Run the application opens but when I close it I can not find it on Oculus. I would really appreciate any advise or guidance to manage this situation. Regards.833Views0likes2CommentsNo Contact. How do I setup a Quest project on the developer console?
Hello, Our app concept was approved for development months ago and we have nearly finished the project but still have not been contacted by anyone at Oculus regarding getting a Quest specific project setup on the developer console nor getting a development kit. The email we received said they would contact us soon, but it never happened. Does anyone know how to get the Quest project set up? I may be missing something, but the online developer console does not have an option for Quest applications. The project is delayed until this stuff can get done. Thank you495Views0likes1Comment