iOS app distribution issue - iphone

I need to know if the name in "Distribution Certificate" is this "Seller" name (http://cl.ly/26371G2g3g0H2z1w3s2N), or this http://cl.ly/0S3t080b170Q152u1x03 or maybe is not displayed in iTunes?
It's important, because I would like this name of Distribution Certificate not to be displayed anywhere.

The only name that will be displayed as the "Seller name" in the App Store ist the name you entered when enrolling to the iOS developer programm. Here's a link to prove my answer.
...
Your legal name will appear as the 'Seller Name' in the App Store.
...
So it doesn't matter how your Distribution Certificate is named …

Related

Creating an ios distribution certificate

I would like to create an IOS Distribution certificate to distribute the app to the Apple store. When i create it, i should put in the User Email Address field, the email address that matches the information that was submitted when you my client have registered as an iOS Developer.
The problem that i don't know what he has entered ? how i can know the mail that he has entered ? the same thing for the company Name field.
I can't contact my clients, he is in holidays, but i have his username and password of his Apple Developer account.
Thanks for your answer
You can login to Apple Dev Center and download new Certificates and install. You will find all the information you require there on the Dev Center.

iPhone code signing error

I have been working with 2 developer ids for a certain project now. I had developed the app using the 1st Id and tested it even. I need to submit the app to the app store using the 2nd Id, now i have all the right certificates and provisioning profiles in the right place. And i have deleted all certificates and provisioning profiles of the 1st Id. But still i Get this error
[BEROR]Code Sign error: The identity 'iPhone Distribution: Sam Sim' doesn't match any valid certificate/private key pair in the default keychain
iPhone Distribution: Sam Sim is of the 1st Developer Id which I have removed from keychain. Why cant xcode find the 2nd identity even though its present in the keychain
EDIT: might I also add that the first id is an Individual developer id where as the second is a Corporate developer id
Please help,
Thanks
Did you change the build settings for the target or project
Target->Info->Build->Code Singing

iPhone app distribution: What name will appear on the AppStore?

Is there a way to change the name that displays on the AppStore, rather than the name associated with the credit card/apple ID associated with the developer programme?
For example, if my name on my credit card was foo, and the name on the apple ID was foo, but I actually want the name displayed on the AppStore (i.e. next to my App's name and details) to be bar.
BTW: The programme is individual.
Many thanks,
Jack
You will specify this in iTunes Connect when you are signing up for distribution.

code sign error while installing application on iPhone

I have registered for Apple Developer Program. I have installed my provisioning profile and other certificates successfully. But still, I am getting error while installing the app for ad-hoc distribution.
I am not sure about this, but I am getting my company name as "CXXXXXXXXX.abc-xyz.com" in mobileProvision certificate. Although I have entered my company name as "abcxyz" in developer profile.
Now, in info.plist, I have tried many options like com.abc-xyz., com.com.abc-xyz., com.abc-xyz.com.* but none of them works.
Here's the error that I am getting while installing:
Provisioning profile specifies the Application Identifier 'abc-xyz.com' which doesn't match the current setting 'com.abc-xyz.ApplicationName'
As far as I know, I think the problem may be in my company name as it contains '-', '.' and 'com'. But I have never entered name like abc-xyz.com anywhere apart from my email address. i.e. xxx#abc-xyz.com
I don't know if I am missing something. Is there any solution for this? Plz help if you have any suggestions.
Thank you.
The bundle identifier in your info.plist should match the App ID of the provisioning profile. If your provisioning profile has an App ID of "CXXXXXXXXX.abc-xyz.com" then it will only sign apps with a bundle identifier of "abc-xyz.com", not "com.abc-xyz.ApplicationName".
You need to make the provisioning profile's App ID and the bundle identifier match. One way to do this is to set the App ID in the provisioning profile to "CXXXXXXXXX.com.abc-xyz.ApplicationName".
You can make the provisioning profile work for any app for your company by using a wildcard. "CXXXXXXXXX.com.abc-xyz.*" will match any bundle identifier that starts with "com.abc-xyz.".
For simplicity, I tend to wildcard the whole string ("CXXXXXXXXX.*") for Ad Hoc and Development profiles.
I lost 1 hour messing around with the Code Signing Identity in my Project configurations with no luck. After I made the same changes to the Target everything worked.

Creating App Store Distribution Certificate - What to enter in Common Name field?

When creating the app store distribution certificate in the certificate assistant, do I enter my name in the Common Name field, or the company name?
This page says, "In the Common Name field enter your Company/Organization/Department name" while the add certificate area of the portal it says "In the Common Name field, enter your name"
It needs to match the common name in the distribution certificate the Apple developer site gave you. If you use the keychain access utility you can go look at the certificate to see what that is.
(if you look in your dev configuration, you'll see the same field matches the common name of your developer certificate, which is a different certificate. You'll find that certificate in the keychain too)
I used the Company / Organization field of my developer connection profile, and they seem to have accepted the app for review. I guess that works then.
You should use the name displayed under "Team" > "Contact Info" tab of the Program Portal where you are submitting your certificate signing request to. It should be the company name if you are a team agent of a corporate account, or your personal name if you have a personal account.