I would like to share my new project on an open source repository like GitHub. it need capabilities like iCloud. The problem is that I would prefer not have my appleid email being send to the open source repository. I saw that I can exclude files but I would be easier if the open source version had no Apple account associated with it.
how should I manage the open source version vs the App Store one.
Thank you
I’m still confused. You seem to be using “Apple ID” in a sense that doesn’t match our standard usage. In Apple parlance, Apple ID can mean one of two things:
-
It’s the old name for Apple Account, that is, the email address (or phone number) that acts as your user name when you log in to Apple services. You manage this using
https://account.apple.com
(formerlyhttps://appleid.apple.com
). -
It’s a decimal number that identifies an app on the App Store. For example, the Apple ID for Apple Configurator is 1037126344.
I think you’re referring to your Team ID. That’s a 10 character alphanumeric code that identifies your developer team. For example, my individual Team ID is SKMME9E2Y8
.
The Team ID is commonly encoded into your project. If you go to the Signing & Capabilities editor, you set your Team ID using Team popup. That’s reflected in the Development Team (DEVELOPMENT_TEAM
) build setting.
If you don’t want your open source project to be associated with your Team ID, it’s fine to change that build setting on the copy of the source that you publish.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"