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
Yesterday I reinstalled my OS after the upgrade to lion and now when I try to build my app to my device I get an error.
I don't have a backup of my previous certificate so what I must do to fix this?
I already have 5 Apps on the App Store. If I create a new certificate will I have to update all of them?
As I understand it, I must revoke my previous certificate and then create a new one, but if I do that will I lose all my Apps already on the App Store?
Login to the iOS Provisioning Portal and re-download your certificate(s).
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
I have an app on AppStore that I am about to pull. But I would like to offer updates to existing users. Is that possibe?
No, once it's deleted from the App Store, if they don't have a backup of that app locally, they won't even be able to install it back, so forget about providing updates to an app that isn't in the App Store anymore.
Interesting read:
http://lifehacker.com/5867673/what-do-i-do-when-apple-removes-an-app-i-bought-from-the-app-store
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
If we remove one of our apps from the iPhone app store what is the effect on all the people who have previously purchased the app. In other words if they change devices, or lose their phone and sign in with the same account used to buy our app, will they still be able to download it from the store? Or is it completely eliminated from Apple's servers?
They should still be able to download it even if they switch devices after you pull it from the store.
http://www.macrumors.com/2011/06/09/icloud-supports-re-downloading-some-discontinued-apps/
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
how can i create a executable file to iphone? i have written my code in objective c using xcode i want to create a application that must run on any iphone..
i want to go by a legal way with no jail breaking.
please any body help..
You need to be a registered iPhone developer for this; sign up at developer.apple.com. Once you've signed up, the way forwards should be pretty clear; but in short you need to create a provisioning profile for your device, test your application and submit it to the App Store. Once that is done, anyone can buy/download your application.