Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How/Where to define an App ID Prefixes in Xcode?

Tags:

xcode

ios

app-id

I am a beginner of iOS developer, I am trying to define "Bundle Seed ID" (App ID Prefix) for my App.

How/Where to define "Bundle Seed ID" (App ID Prefix)" in Xcode?

Please provide the step in details.

like image 262
Anson Tan Avatar asked Sep 10 '15 02:09

Anson Tan


1 Answers

Here is the link
https://developer.apple.com/account/#/membership/

Your App ID Prefix is the same as your Team ID.

You can also use this link to see it directly:
https://developer.apple.com/account/ios/identifier/bundle

enter image description here

like image 170
Cedriga Avatar answered Sep 27 '22 22:09

Cedriga