Hello, I am using consume_entitlement endpoint for my consumable IAP. I
have been testing with my "Test User" account on my Meta Quest 2 and
since yesterday my server has been receiving 500 Internal Server Error
with this response from Meta's endpoin...
Hello, I am reading through this documentation: In-App Update API and it
seems pretty straightforward but there is no information on how to test
this implementation. Here's what I wrote (mostly copied from the docs)
and I just need to confirm if this...
Hi, I am looking for a way to send small vibration as a haptic feedback
on my 2D panel app whenever user hovers their raycast over a UI element,
and stronger vibration when they tap on that element.In unity, we can do
something like:XRBaseControllerI...
Hi, I am trying to build a simple hybrid app but the problem is as soon
as I resize my window, it goes completely black.here is the Basic
MainActivity:class MainActivity : ComponentActivity() { override fun
onCreate(savedInstanceState: Bundle?) {
sup...
I am reading this post :
https://developers.meta.com/horizon/documentation/spatial-sdk/spatial-sdk-tooling-castinputforward/3rd
pointer it says: "Select the input forward icon while inside of your app
to enable Input Forwarding!"I ran the sample proj...
I've been running it from Android Studio. Can you tell me how to start
the app from the shell? I tried this command but with same result: adb
shell am start -n
com.meta.spatial.samples.hybridsample/com.meta.spatial.samples.hybridsample.Ma
inActivity
Hi, thank you for your reply. I tried this repo as it is and I still see
black screen when resizing the window (Quest 2 v69, Android Studio
Ladybug | 2024.2.1 Patch 1):on App LaunchAfter resizing the window
This solution does not work on my project. Here is the screenshot when
the app is first launched:App launchedand here is after the window is
resized:After window is resizedI am guessing maybe spatial SDK works
with XML for initial 2D screen and the J...