Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Back when I was still in school, I was granted a student license by my school so that students could develop iOS apps and install it on their devices. That was like 2 years ago. I just updated XCode to 4.4 today and I am having problem running my apps on my device I was getting the infamous "Valid signing identity not found message"
I tried to look for a solution and decided to just re-start the entire process (get new certificate, mobile provision etc etc). It seems like the workflow to do this has changed and now everything is done through XCode. I tried to request new provision profile through XCode and I see that I am still a member of my old university. I tried to request for a new certificate and it tells me that the admin of the group needs to approve it.
I am wondering... how does XCode get all this information? I want to change my profile because it is not using the right profile (for example, on member center I see that my license will expire next month but on XCode I see it expires 7/13/2013)
EDIT:
1) try using this search text: [ios] [xcode] 'Keychain Access'
Some of the posts have huge numbers of up votes, look at those.
2) Try this question and look for originators answer at bottom - that might work for you.
3) Its possible that in addition to Keychain items, there are preferences involved here. One of the posts that comes up when running 1) describes how to move or delete other Xcode files. Unfortunately just removing Xcode does nothing to the preferences it leaves around.
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Let's assume that somehow my company manages to get the Developer name changed in the Developer Account at the App Store. In this case, what would happen to the existing apps:
Will the existing apps remain happily at the App Store without any effect?
Will I need to get new certificates from the Developer portal?
If yes, will I need to submit a new build of my Apps to the App Store?
If yes, will the bundle identifier of my subsequent releases would be different?
If yes, then how would the users be able to get updates to the apps?
Any help would be great!
I asked about it here, and we made renaming.
Non of our apps were forced to be resubmitted. We used all certificates with old names and it worked fine. I can't provide info about legal information that we send to Apple (not a coders did that), but one day we just saw another company name in the App Store and we did nothing to our apps.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
Why does apple require me to buy the developer fee to access documentation in xcode? I get the following message when I try accessing the documentation within xcode.
You do not have access to this resource based on your membership.
Access to technical resources such as pre-release software and associated documentation, and information related to distributing iOS or Mac apps on the App Store are benefits offered to Apple Developer Program members.
Either the Apple ID and password you entered is not associated with an Apple Developer Program, or the Program that you are enrolled in does not have access to this resource.
You need a developer account to access any of the documentation pertaining to any sort of Apple development. I assume they want you to log in to they can see how many developers are floating around and also so you can authenticate your profile and download the docs from their servers.
If you trying to access documentation that is part of the beta build then you for sure need to purchase and development account versus using the free version, since only paid developers can download, use and distribute their apps.
If you are having this issue, but local docs are installed. Try removing the iOS 5.0 library and adding it again via Preferences-> Documentation. The Base URL changed when iOS 5 was released (no longer pre-release), but the updater doesn't trigger an update of that automatically.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I have very little experience of submitting iPhone Apps and even that was on the older XCode 3.2
I have now created an app, which is working fine on Simulator (iPhone/iPad). Now the next step is that I want to submit it to the App Store.
I would like to understand the "complete" process for submission. I know there are a lot of changes after XCode 4, but would not just like to understand what is different, but a step-by-step guide.
I have read some documentation on Apple IOS portal and the one on
http://surgeworks.com/blog/lab-mobile/iphone/how-to-build-and-submit-a-universal-app-for-distribution-on-the-app-store-with-the-ios-4-sdk
But that has left me even more confused...The information that I am looking for includes;
Whether the Certificate/App IDs/Provisioning Profile, etc still need to be created ? If yes, how ?
In my XCode, the "Archive" option is grayed out ? So when will that get enabled ?
What is the overall role in Organizer now ?
Please provide your answers in an easy language..
Thank you.
The question is overly broad, but I will give you a broad answer...
1) Yes you still have to make an app store distribution certificate.
2) Archive is greyed out because you have not selected "build for device" instead of the simulator. Select that, run Archive, then click on the archive when it finishes. Go to the portal and create a new release for your app, then it will be ready for upload. Now go back to XCode, select the archive you built and tell it to submit to the app store.
The process now is super simple, since it checks everything for you and submits from XCode.
try this tutorial its great
http://www.youtube.com/watch?v=THKpJrMu204
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
Is it possible to use Apple Developer Account on multiply MacBooks (e.g. 2)?
Yes. Go into the Xcode organizer, click Developer Profile on the left and click export at the bottom. Then import into your other mac via the same method.
Yes, you will need to export the certificate you created on the first machine and add it to the keychain on the second machine. Now just grab all the profiles and you are done.
Repeat for any other machines you would like to develop on.
If you have a company apple dev account, you can setup multiple developers without paying extra for each developer.
You just need to export the development certificate you initially created, and add it to the new mac before you start developing.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
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 says that it's not possible. Seems strange... And perhaps things have changed ?
Nope, last I checked you still can't delete App IDs.
IIRC, the reason given for this is that it's easy enough to simply create a new App ID for a new app, so why bother deleting old ones (or something like that).
Also, Apple seems to have a habit of making such things permanent and un-deletable (you can't delete Apple IDs, either).
You will have to contact Apple Dev Support. I believe a client of mine ran into this issue before and with a little fuss I believe it was removed.