Anyone know of a simple asset that is still being maintained that has a simple login using a unique device identifier for ios and google as well as the ability to sign in with google play / facebook / apple account(if there is one)
Looking for a simple solution that can be easily integrated into my app, If there is another solution like playfab or firebase let me know too thanks. I just need a simple solution to get a unique id for each device and allow players to recover their accounts if they delete the app and re install it later.
With all the changes to privacy laws in the past 3-4 years, a lot of this stuff disappeared, since it’s such a massive legal landmine area. Last I checked, non-compliance with GDPR was something like a fine of $10,000 per day per user.
If you really need it, I would just integrate something like Google sign in or Apple sign in and be done with it.
And make sure you are VERY careful how you answer the data safety questions on Apple and Google or your app will be perma-banned, since that costs them nothing to do. When in doubt, the first party guys want to be seen as “user-rights-proactive,” even though they are generally the biggest data safety offenders.
my app is a game and it does not collect any data about the players but needs a simple way to identify the device and to retrieve their game user data from my php server and ability for them to login again and get the same userdata if they get a new phone etc.
Which one is the easiest to use, I have been looking at playfab and it seems pretty good for authorizing for mobiles and facebook with all logins pointing to just 1 account.