Home > Software design >  How to find my App Store ID and Team ID from free Apple developers account
How to find my App Store ID and Team ID from free Apple developers account

Time:07-21

I'm developing my first Flutter ios app and have created a free Apple Developers account. In order to use Firebase Dynamic Links you need to add your App Store ID and Team ID. Where can I find those? Do I need to sign up to the Apple Developer Program?

CodePudding user response:

Yes, you will need to enroll for the Apple developer program. After that you will get those details.

Team ID will be available at below link.

https://developer.apple.com/account/#!/membership/

Apple ID will be available in the below link.

Visit : https://appstoreconnect.apple.com/apps

Click on your app. Create new app if you don't have one.

Then click on App Information at the left side which will open a new window where you will find Apple ID

  • Related