Good evening, i'm doing the registration for obtaining an api-key for my application and it required me to insert the "Application Package" of my app. I'm working with XCODE 4 and i can't find this information.
Thank u to much, and good work!!
N
Nicola Radacher
said
about 11 years ago
Hi Mattia,
For iOS you need to provide the iOS bundle identifier, which is defined in the property list of your application.
The bundle identifier string identifies your application to the system. This string must be a uniform type identifier (UTI) that contains only alphanumeric (A-Z,a-z,0-9), hyphen (-), and period (.)
Mattia Bugossi