Hi there, We're working on Gear VR app [using Unity] that requires user to register an account in order to access our online content. Since text input on Gear VR headset is a bit of a challenge to most users, we're wondering if there is any APIs we can use to obtain user's unique ID, preferably non-PII Oculus [anonymous] ID, so we can provide user with easy account linking.
We could use SystemInfo.deviceUniqueIdentifier, however, it won't allow us to roam user's preference across multiple devices.
Anyone knows whether this is possible? If not, is there any plan to support this in the future?