34

I am trying to add dynamic links to my app and I am following this guide:

https://www.youtube.com/watch?v=sFPo296OQqk

At around 3:20 he explains how to add team ID in the project settings but for me this option simply isn't there. I have checked all my projects and none of them has this option in project settings. This is a problem since dynamic links does not work without that added since I've seen people around with similar problem as me (that was solved by adding the Team ID they had forgot).

Is there any solution to this?

I'm working on a iOS project and my location is Sweden if that somehow matters.

Any help is very much appreciated.

nullforlife
  • 1,354
  • 2
  • 18
  • 30

7 Answers7

73

In my case, it tried one more time and Team ID automaticaly detected, just fill Key ID and upload .p8 file

Nam
  • 1,161
  • 1
  • 9
  • 6
  • 11
    Yes, I have the error for first time click and it is ok without change anything for second click – V-SHY Aug 03 '19 at 14:56
  • This worked for me as well. TeamID is available in your [membership](https://developer.apple.com/account/#/membership/) area in apple's account. – amrendra Dec 18 '19 at 08:36
  • 2
    In my case, I did nothing else than just clicking on the "Send" button one more time and it worked (without the need to re-upload the file...) Strange ! – schankam Mar 29 '20 at 10:41
38

Click on upload again, it will just take it. Maybe some glitch.

Amit Patel
  • 1,795
  • 16
  • 20
29

I resolved this by instead adding the team ID to the App ID Prefix field.

Seems to be working in the exact same way.

nullforlife
  • 1,354
  • 2
  • 18
  • 30
15

Yes, Prefix is the Team ID. You can go to your Apple Developer page, Keys, then choose the app and see the prefix.

enter image description here

Aung Myint Thein
  • 390
  • 5
  • 17
11

In my case, it tried one more time and it just worked without any changes

Alok
  • 266
  • 2
  • 11
2

App ID Prefix field changed to Team ID now. In my case only setting Team ID did not work.

I found push notification certificates are not set to the App ID and fixing it resolved this issue.

Daniel
  • 507
  • 6
  • 22
2

You can find your team ID here:

https://developer.apple.com/account/resources/identifiers/list

click on your app identifier, the team ID will be at the top of the page just above the Bundle ID

Team ID location

Vincent de Lagabbe
  • 4,964
  • 3
  • 31
  • 38