Reputation: 137
i have published an iOS app on app store developed by cordova. now i want to replace that published iOS app with another new app with xcode in another mac system. i hope you understand. is this possible to replace the old one?
Upvotes: 0
Views: 1725
Reputation: 11935
Your statement "replace that published iOS app with another new app" is confusing. I guess you mean by updating the existing app or adding new app.
If you are questioning about adding a new app to app store for certification. That will be a new submission altogether where you may have to create a new bundle identifier but can make you use of the same developer certificate you have.
If you are questioning about updating an exising app which is already available in app store, you may have to create a new ipa with the same bundle identifier and resubmit it for the approval. Your old app will still be available in app store till the new updated app is approved in app store.
You can check out this SO post for more info on uploading cordova app for apple ceritifcation.
Upvotes: 1
Reputation: 280
You must have the access to itunes account which I think you might be having. Then add another version of your app in itunes and make an ipa of your new application with same app id and upload it to itunes and then submit it. Comment if you dont understand this or need screens hot for what I am saying
Upvotes: 2