VRC.Quest.Packaging.2
Updated: Jul 31, 2024
The application must be signed with APK Signature Scheme v2. All subsequent versions of your app must also be signed with the same certificate.
|  | Required ✓ | Recommended + |
|---|
Immersive apps | ✓ |  |
Panel (2D) apps | ✓ |  |
Note that only v1 signed apps are not supported for Meta Quest apps.
This is checked immediately after you upload each build, and the upload will fail if the test fails.
- Ensure you have the Android SDK installed.
- Open a command prompt and type
$ apksigner verify app.apk.
Command runs without error or other output.
Note that it isn’t possible to verify that you’ve used the same signature until you upload a subsequent build, in which case the upload will fail.
- 2024-07-31: Removed App Lab from VRC platform requirements.