How to install a .ipa file into my iPhone? [closed] - iphone

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.

Related

Can I download my iPhone app xcode? [closed]

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 9 years ago.
Improve this question
I have a quick question, I have lost the files and code for my iPhone app. I have my iTunes connect login details... is there any way of getting the code from my developers section?
Thanks for any pointers.
No, neither iTunes connect nor Apple Developer act as source control. You can get the provisioning profiles and create new certificates, but your code is yours to manage.
I would very strongly recommend looking into proper source control in the future (GitHub, for example).
Sorry, but I'm afraid not. The "code" you upload to iTunes connect is actually your project's binary. You can't download this from the portal, and even if you could, there's no way to transcribe it back into your original application code.

two version issues error [closed]

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

Problem with my developer certificate [closed]

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).

How to CodeSign for upload to iTunesConnect [closed]

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.

iPhone executable file [closed]

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.