Is it possible to fetch team id associated with the iOS app programmatically?
Asked
Active
Viewed 1,066 times
3
-
it is part of the `.ipa` after you have singed it off, you could extract it from the `embedded.mobileprovision` file, I guess, but it is not clear _from where_ you'd like to access to such information programmatically. – holex Nov 09 '16 at 17:14