Is there way to generate UUID on iOS and jre in ko...
# ios
k
Is there way to generate UUID on iOS and jre in kotlin?
Or get some other unique id for on same hardware? Time between generating ids could be over a month (and may include application updates/restarts/reinstalls/etc).
As alternative I could use counter and store it locally (only app reinstall would not work, but i could survive that). Looking for easier approach.