Re: How do you use an Application ID for an iPhone application

2009-11-26 Thread David Duncan
On Nov 24, 2009, at 10:50 PM, Ian Piper wrote: Thanks - that seems a bit clearer. I'm still not clear though what, if any, use I need to make of the Application ID. From your reply it appears that I don't use it as a prefix in the bundle identifier after all. Is that right? No, you should

How do you use an Application ID for an iPhone application

2009-11-24 Thread Ian Piper
Hi, I am a bit baffled by how I am supposed to use an Application ID for an iPhone app. I have registered on the portal and have an Application ID which I can see within Xcode in my provisioning profile. It is a 10-character string followed by .* From the Developer documents it appears that

Re: How do you use an Application ID for an iPhone application

2009-11-24 Thread Matthew Mashyna
It's simple once you get it to work the first time. If you made your provision for the domain com.skeyn then in the properties tab your identifier should be com.skeyn.${PRODUCT_NAME:rfc1034identifier} The last part of this is a macro that xcode will use to figure out what it needs to

Re: How do you use an Application ID for an iPhone application

2009-11-24 Thread Ian Piper
Matthew, Thanks - that seems a bit clearer. I'm still not clear though what, if any, use I need to make of the Application ID. From your reply it appears that I don't use it as a prefix in the bundle identifier after all. Is that right? Ian. On 25 Nov 2009, at 04:18, Matthew Mashyna wrote: