Hello, good morning, I have a problem with the vendor identifier UUID, basically every time I install the app is debug, testfligth or prod is creating me a new id, this generates a problem when sending notifications from the backend because we link the id with the token of the push and this makes the push is sent repeatedly. Is it possible to use the UUID (even if apple doesn't like it) ?
identifierForVendor are creating diferenten identifiers
Does this occur only on iOS 16? See this thread for more on that.
Actually, see that thread either way. There’s valuable advice from @eskimo in there.
Is it possible to use the UUID (even if apple doesn't like it) ?
If you mean the old uniqueIdentifier
property, then nope, it’s dead and buried. There isn’t even a documented entitlement you could request to make it work again.