ALL BUSINESS
COMIDA
DIRECTORIES
EDUCATIONAL
ENTERTAINMENT
FASHION TIPS
FINER THINGS
FREE CREATOR TOOLS
HEALTH
MARKETPLACE
MEMBER's ONLY
MONEY MATTER$
MOTIVATIONAL
NEWS & WEATHER
TECHNOLOGIA
TELEVISION NETWORKS
USA VOTES 2024
VIDEOS
INVESTOR RELATIONS
IN DEVELOPMENT
Posted by - Latinos MediaSyndication -
on - August 5, 2023 -
Filed in - Technology -
-
339 Views - 0 Comments - 0 Likes - 0 Reviews
I am transferring my iOS app to another developer account.
On my app, i am using Firebase along with Apple Sign in to sign in my users. I am following this (uncomplete) documentation to try to manage the Apple Sign in migration.
I am blocked at step 2 : calling the https://appleid.apple.com/auth/usermigrationinfo endpoint.
Apple returns a invalid_request response, probably because i have no idea what is the sub parameter :
Is it the user ID in the Apple database ? In that case, how can i get it from Firebase ? I have tried to use the Firebase User ID as this parameter but i am getting the invalid_request message.
I am really confused about what is going wrong here. Here is my request using Postman :
Thanks a lot in advance
Note : i have also tried sub: (old Team ID) which is also not working