Could not install .ipa through iTunes - ios

I have developed an iPad application using iOS 4.3 SDk. I tried to install the application in a device which runs on iOS 5. I could not install the ipa. It is giving an error that it is not a valid ipa. The provisioning profile is set properly. How this can be solved?

I don't think you can use iTunes.
You must use Xcode which is fairly easy.
Next to the Build and Stop buttons there is drop down menu where you can select ipHone/Ipad simulators and any connected iOS device (given it is compatible with the project)
Just press run (cmd+R) and it will build, load and run your device. You might need to add your device via Organizer/Devices: Select device and press "Use device for development"
I hope it helps

Related

Unable to install flutter IOS app on non development IOS device

I am working on a Flutter application. I am able to build the release version of my app without any issue, but for iOS when I use DIAWI to give a link to any other user with Enterprise distribution the installation will not complete. We have an unfocused icon on the device and clicking it will do nothing.
Thanks for the help Krish. I was able resolve the issue. the Runner.app generated through flutter build ios cant be used for this purpose.You have to use Product > Archive which will use the Scheme select in Xcode. So before using this you have change the scheme or generate a new scheme with release mode selected. This will allow the system to use Enterprise Distribution Profile and give you .ipa file generated automatically at iso>Runner>"selected folder" Using this .ipa there was no issue installing the app on any IOS device.

Deploying IPA on iPhone

I'm trying to deploy my ipa to my iphone. but the blue outlines don't seem to appear on itunes. I've deployed a app to this device before but it seems after i updated my iPhone it isn't possible anymore. iTunes is updated to the latest update, which is 11.2.1 atm.
Using a mac in our network to build from, development is being done on a PC.
I have an apple developer account, the UDID is added to the iOS Provisioning Profile.
In the app the bundle identifie is set to the App ID in the provisioning profile.
What i've tried is to untrust all pc's doing (both):
To untrust all computers, tap Settings > General > Reset > Reset
Location & Privacy. This will also reset your location and privacy
settings. You can also untrust all computers by tapping Settings >
General > Reset > Reset Network Settings. This will also reset your
network settings.
Rebuild the application from scratch and still no luck, even with nothing in the project but the mainpage.xaml ( welcome to xamarin forms message ). app is build in xamarin
Add a colleague his iphone to profile, and rebuilding it. That works and i get to deploy the ipa to his iphone. I tried switching phones again, no luck there. He's updated to the latest ios version as wel.
So basicly my iphone won't accept my build.
Here is the another way to test your IPA in your device
If you have added UDID in your provisioning profile then,
Upload your IPA on https://www.diawi.com/ after uploading it will generate sharable link. Open this link in your device with safari browser and allow to download the application. This will download the application in your device and test your application.
you can install through xcode. In xcode go window->Devices and simulators.Select Phone . Click on + button select IPA.It will install ipa in phone.

Problems running app on iOS 5.1.1 with Xcode 4.3.2

When I try to run the app on my iPad 2, I get the following message:
"No provisioned iOS devices are available with a compatible iOS
version. Connect an iOS device with a recent enough version of iOS to
run your application or choose an iOS simulator as the destination."
First, I checked my provisioning portal to make sure my device was properly provisioned and it shows a development certificate, a device id and an app ID. My profile shows that all of those were successfully generated and that the status is "Active".Since my device contains the most recent version of iOS, I can't figure out why the message is telling me the version isn't recent enough. Do I need a different version of Xcode to get around this problem?
thnx
In organizer, select provisioning profiles in the top left corner, click the refresh button in the bottom right corner. You should be prompted to enter some creds. You should see the profile created for your product in the list.
Once you complete that step, select your iPad in the list of devices and make sure that "use for development" has been selected.
(also, when you say "latest", you mean 5.1.1 right?)

Enterprise Deployment w/New Device

Attempting to deploy an Enterprise application wirelessly, with partial success. I do have the Enterprise Developers Kit, I've created the provisioning profile, added the devices ID's, uploaded the mobile provisioning profile, the ipa, and the P-list.
When I install the app through xCode directly onto the iPad, then attempt to download it wirelessly, it works fine. When I attempt to use it on a device that hasn't had that direct install, it downloads about 66%-75% of the way, right when the title shows up on the app, then says "Unable to Download Application".
Any ideas?
So, if you're on here, you should check to see if your iPad or iPhone is up to date with whatever version you archived it with on xCode. I updated the iPad to 5.1.1 and it installed just fine. My bad.

Distribute Archive shows Mac OS instead of iOS

I created a brand new project in the latest version of Xcode and have been building and running it fine in both Simulator and on Devices plugged into my Mac.
Recently I needed to archive & export an .ipa for someone else to install (still using my developer profile and one of my developer devices), but was unable to do so because when I click on the "Distribute" button on the "Archive" tab of the Organizer window, the top choice is "Submit to Mac App store" instead of the iOS store.
Nothing in my project settings indicates Mac OS instead of iOS, so I'm baffled as to why this is happening. I've tried duplicating the Target/Product, but the results are the same. I've also had someone else build the project on a different Mac and they experience the same problem.
Is this a known bug in Xcode and is there some way to get past it?
Thanks,
BT
Check if you have accidentally made your Info.plist part of your target. It shouldn't be. Uncheck it in the Target Membership pane or remove it from the Copy Bundle Resources build phase.
(Found answer via this question: My iPhone app is being archived as "Mac App Archive" and not "iOS app archive".)

Resources