Is it possible to get UUID in app clip for my app?
When I use "UIDevice.current.identifierForVendor?.uuidString" I get Optional(“00000000-0000-0000-0000-000000000000”), while same code works in full app perfectly returning me normal UUID. I suppose it's not possible because of the tracking transparency, though I want to be sure about it.