I am running different apps with same API in same device. But different UUID going to server. How can I send same UUID both apps with same device and API. how can I resolve this. I want same UUID in same Device with different apps.
Different UUI's are here:- 1: 0D0B5F8F-9D4D-44E6-ACA2-DF9DA634FA53 2: 738927AD-C795-4C4C-9D41-AB0FCD7357E1
let imei = UIDevice.current.identifierForVendor?.uuidString Print(imei)