Hi.
There are several regarding UIDs, but none completely fulfils what I need.
My app has no user account system. So I believe (please confirm ?!), that any in-app purchase will be lost if the user deletes the app, and the app developer didn't implement some kind of technique to restore the in-app purchase.
What I am looking for:
- UID must be identical across devices with same AppleID logged in.
- UID must be retrievable after app is deleted for device.
I thought about fetching the UserRecordID from CloudKit, but not everybody has iCloud. Ok, a fallback would be possible.
Is there any mechanism foreseen to cover this situtaion?
Thanks,