I\'m developing an android application and I would like some functionality of the application is not free.
I have thought to use in-app Billing Version 3 API, so I h
Why do you not create an UUID for each user?
String uniqueID = UUID.randomUUID().toString();