skip to Main Content

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?

2

Answers


  1. 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

    Login or Signup to reply.
  2. Apple Id is also visible in the url when we click on the app.

    https://appstoreconnect.apple.com/apps/<apple_id_is_here>/...
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search