Reputation: 835
I'm trying to get a unique mobile ID for each user who uses my firefox os application.
I was thinking about MSISDN but it seems to be illegal to do that, send MSISDN to anther server is illegal.
Is there anyway to get a unique mobile ID for firefox OS
Upvotes: 0
Views: 128
Reputation: 54
You can use the Mobile Identity API.
It is not illegal to get the user's phone number as long as the user agrees to share it. The Mobile Identity API takes care of asking the user before verifying and providing the MSISDN to the requesting app.
Upvotes: 1