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.
UUID in App clips
Hi
For such a requirement, we created an UUID() object and stored in UserDefaults. When user upgrades to full app we just passed that UUID already stored.
Thanks Vinoth