Is there way to generate UUID on iOS and jre in kotlin?
Konstantin Petrukhnov
04/24/2018, 3:46 PM
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).
Konstantin Petrukhnov
04/24/2018, 3:47 PM
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.