When running an Ionic app with Capacitor (v3) added as a web app, I can see that a key _capuid
is being save to Window.localStorage. It’s an UUID like c35b1ec0-20c4-4e89-ab07-145aa261edf5 for example.
What’s the purpose of this _capuid
? Looks like some kind of local installation ID … Can we use it somehow?