Issue
Nowadays I am developing mobile applications with React Native
I Want to point an Unique String for each Mobile Device
for example when I call an API with these parameters
/api/device/:ID/
iD Should Always be Unique for That Phone and Generated in React Native
Any Solution?
Solution
use Device token(A device token is an unique identifier) for unique id for each mobile.
use this library to get device token react-native-device-info
Answered By - Aurangzaib Rana
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.