Tagged Questions

6
votes
2answers
2k views

Should the rfc1034identifier be removed from the CFBundleIdentifier in plist file?

In my Xcode project's plist file, I can see the value for the key CFBundleIdentifier is: com.mycompany.${PRODUCT_NAME:rfc1034identifier} Obviously I will have to change com.mycompany to the domain ...
6
votes
1answer
4k views

App ID and Bundle Seed ID in multiple applications with ASPN, InApp Purchase, and other

I will create multiple sale versions of the same application with push notifications feature: CoolApp (full version) CoolApp Free (free, features limited version) CoolApp InApp (free version ...
4
votes
1answer
901 views

Obtain Apple software id number before appstore submission (for Appirater)

I'd like to use the wonderful Appirater code to encourage users to rate my app, which I have yet to submit. In order for this to work, you need to have the software id supplied by Apple. As I haven't ...
4
votes
11answers
4k views

Error Installing iPhone App on Device

I set up all my certificates and keys today and am trying to run my project on my iPhone. I'm encountering this strange error: Your mobile device has encountered an unexpected error (0xE800003A) ...
3
votes
3answers
3k views

Do you use a different app id for your iPhone beta apps?

Those of us with iPhone apps (released or unreleased) are able to send out limited beta builds using ad-hoc distribution. While the Apple docs for this have a few holes in them, there are a number of ...
2
votes
2answers
1k views

Apple - Provisioning portal - How to delete an App ID? [closed]

Does anyone know how I may delete some APP ID I've created into the Apple Provisioning portal and that are not used (created by mistake or for testing) ? I've read some answers from last year that ...
0
votes
1answer
62 views

iphone app bundle / company identifier with ccTLD - what's the protocol?

whats the protocol when your domain name is domainname.com.au is it au.com.domainname.app_id or com.au.domainname.app_id or possibly com.domainname.app_id Bascially what do you do if you have ...
0
votes
0answers
47 views

Very Difficult: Apple Push Notification service and AppID

I published an application “惠友生活” to app store, and its Bundle ID is “com.huicard.huiyou” which is generated from “HuiApp-com.huicard.”. As you know, the App ID HuiApp(8343YQB24J.com.huicard.) has *, ...
0
votes
2answers
107 views

changing app-ID

I have an iPhone app (Show of Hands) that has been a freebie for nearly two years, with about 100,000 downloads. Now I want to enable in-app purchases to let users turn off iAds, but I cannot do so ...
0
votes
1answer
52 views

iPhone and App Certificates and APPID''s

So I have a few questions here. I started doing App development a while ago and am starting to submit Applications. And my question site mostly around the APPId's. Reason I am asking is because I ...
0
votes
1answer
206 views

Codesign application with provisioning profile on different account

I'm working on a game which uses Game Center for multiplayer gaming. Now the time has come to test the game with another person. At first - I thought it would have been easy - just send him the ...
0
votes
1answer
55 views

Will building & running another iOS project disassociate existing provisioning or app id's?

I recently recovered from not being able to test on my device in Xcode. After much headache, it turned out that I only needed to uninstall/reinstall iTunes, but I'd certainly rather not do so ...
0
votes
2answers
149 views

iphone: appID creation problem?

Whenever I create an app ID on my provisioning profile, the 10 digit bundle seed ID keeps getting imported in front of it... e.g. YVW2UMA3HV.com.yourcompany.ytj ..As a result, the project i'm trying ...
0
votes
2answers
257 views

Which App-ID to use when developing for a client?

I'm developing an app for a client who has his own developer account with apple to be able to publish the app under their brand name. So far, I've been using my own account to provide them with ...