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
I uploaded my project on apple store. I have one project more with some different from my first project. i copied my first project and changed project name, bundle name, bundle identifier and icon. when i run device or simulator, i can see my two different projects.
But when I upload my second project on iTunes i take following error.
Applications must be ready for upload on iTunes Connect before they can be validated or submitted from within Xcode.
What could be the issue ?
Is there anyone who has faced a problem like this before ?
You first have to prepare for upload, i.e. configuring the application in iTunes Connect.
Access iTunes Connect -> Manage Your Applications -> Add New App
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
Im trying to publish my new app but ran into a problem. After I archive and get the organizer screen with my app in archives tab. When I try to validate it, it gives me an error.
"Game app name"
does not contain a single–bundle application or contains multiple products. Please select another archive, or adjust your scheme to create a single–bundle application.
I do not know what this error means or what to do. Can someone please help me out. Will appreciate it.
I believe you have a subproject with a static library. Make sure that Skip Install is set to Yes in the build settings of anything that is not your application.
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
I have to publish first update for my publish application. I want to do it right, but have no idea how :( Any help please?
thanks in advance
You do just like you would when creating the application initially. Only difference is that once you have created your new build (with higher version number string in the plist) in Xcode and you are in iTunes Connect, instead of clicking 'Add New Application' in the 'Manage Your Applications' tab, you'll go into the application you are updating and clicking 'Add Version'.
You login to iTunes Connect and create a new version of your Application.
It asks you for changes you made in the update.
Then you upload the binary and wait for the review.
Simple as that...
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
It has been a few months since I have code signed an app and I can't remember exactly what do I need to do?
Everything is 100% ready except this
Read all the docs that other users suggested you to (re)read.
Update/create provision profile for distribution, set status of app in iTunesConnect Waiting for upload.
Sign your application in Xcode with this profile
Select iOS Device
Product->Archive
If build was successfully ended then Organizer will open. Submit your application.
Here are two apple docs that you should (re)read from Apple's iOS Development Guide:
Building and Running Applications
Managing Devices and Digital Identities
These walk you through the code signing identities. Read them. Bookmark them.
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 need to install an app into my iPhone, I have the .ipa file of that app and also my device is added to the developer's account.
I downloaded the file and open it in iTunes and when I am trying to sync my iPhone with iTunes it gives me an error saying "WBW app was not installed on your iPhone".
Could anyone can please provide me with the steps or any link?
You need to install the provisioning profile (drag and drop it into iTunes). Then drag and drop the .ipa. Ensure you device is set to sync apps, and try again.
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
Has anybody tried to submit the same app with different name to the app store?
Assumed that the app is under the same iOS developer program account, and is not a lite version.
Thanks ^m^
Don't. You should not try to submit the same app under a different name to the App Store. It is not how the App Store works. As #Jeremiah said, there is a similar thread on StackOverflow: Can I submit the same app to the App Store under multiple, different accounts/identities? and in it, #bobwaycott notes that the App Store Guidelines state:
2.20 Developers "spamming" the App Store with many versions of similar
apps will be removed from the iOS
Developer Program
Yes, all you have to do is to copy your project to a different location, and rename it:
http://aplus.rs/programming/how-to-rename-project-in-xcode-3x/
It will be treated as a different project with configuration rewritten by xcode.