I'm making a mobile app with react-native, and I was wondering if I can have some kind of action in the app that is enabled only once for every device without necessity for making an account. Is there any simpler way than sending android device id to the server? I intend to get it like in here:
I have heard that in ios it is simpler to keep the app data, even after reinstalling the app. Is it possible on android too?