Enterprise ipa on web install failled on iOS 10 which never installed the app - ios10

If the app had been installed on the device with iOS10 successfully once,then it can been installed anytime.But failed,if never been installed. Appreciate any clues,TKS very much!

Related

Can't install app on iOS 6.0.1 devices

I developing iphone app with xcode 4.5. I used TestFlight for ad hoc testing.
When upload build (.ipa) to TestFlight and get the installation link. i am able to install app on my iPad 5.0.1 using TestFlight installation link. But i tried to install app on iPhone 6.0.1 it gives me error message. "Won't install this app".
The problem is that XCode 4.5 doesn't support iOS 6.0.1. And hence your .ipa file isn't install in device with iOS 6.0.1. Solution to this is update your XCode to latest version which is 4.6. It'll solve the problem.
There is another solution.
The problem
The problem is the new OS does not contain proper info for old Xcode to load debug info, while this info can only be obtained by the latest Xcode.
Solution
Install the latest Xcode(currently is Xcode 4.6, you can get it from Mac AppStore).
Connect your device while the new Xcode is open.(No matter what the order of open Xcode first or connect your device first)
Press ⌘ + Shift + 2 to open Xcode organizer, click the device icon if the organizer appears not in device tab
Wait under see your device with iOS 6.0.1(or even iOS 6.0, iOS 6.1.1) to become green
Now your new OS has enough debug information for old Xcode
Connect this device to your old Xcode 4.5. You should not be able to send app to device.
Some disadvantages
You system will have 2 Xcode, if your old Xcode is also installed from Mac AppStore, you need to download the new Xcode from Developer center.
After you installed the new Xcode, you command line tools usually use the new Xcode as the default develop tools. Use xcode-select to switch to old Xcode's path.
Please do check the udid id for that Device, or include the udid again and download the new profile and then archive with that profile. It just because of udid

How do i build an iphone app that installs on a jailbreaked Iphone?

I am a registered apple developer, and I want to install my application on a jailbreaked iphone.
My question is If i register the device for development and create the provisioning report and app built following the normal steps will i be able to install the application on the jaibreaked divice. If not please tell me how to install my app on a jailbreaked Iphone.
You can also install on a jailbreak iOS Device using XCode or iTunes (the normal way).
The jailbreak won't break your Xcode installation/deployment possibilities.

Application failed to install in iPad2

My Application runs fine in iPad simulator, but when i try to install it in iPad 2.. It throws me Application Name Failed to install.
iOS version is 5.0.
I am using Titanium Mobile for development. The same Application works fine in Android emulator and device.
You need to have a developer certificate before you can deploy the application in iPad2.
https://developer.apple.com/programs/ios/
Once you have got the certificate, you can right click on your project and select install on IOS device. It would ask to upload your dev certificate which you have got for your iPad. From there i see no problem in deploying your app.
This would generate an .ipa file.
Note: for iOS 5.0, you need to have 1.8 and above to make it work properly.

No iOs templates in XCode 4.2

I installed Lion, then XCode 4.2 from the app store.
As I understand, the iOs SDK should be install with this release.
My problem is, I only get the MacOs templates, no iOs templates.
What am I doing wrong? (It's taking Apple a few weeks now to process my company enrollment and I need to start coding so long).
While installing you need to check that you want to install iOS 5.X SDK, it doesn't install automatically. Re-run the "Install Xcode" application which AppStore downloaded and check to install iOS SDK
Be sure that /Developer/Platforms/iPhoneOS.platform exists. If so, then iOS files were installed.
The iOS templates are contained in /Developer/Platforms/iPhoneOS.platform/Developer/Library/XCode/Templates
If they are there, but are not showing up in XCode, you can try repairing disk permissions with /Applications/Utilities/"Disk Utility".
Otherwise, you may have to rename the /Developer folder and re-install.

Can I deploy app to iphone 3gs iOS 4 from XCode_3.1.4_iPhone_SDK_3.1.2 directly

Currently I installed XCode_3.1.4_iPhone_SDK_3.1.2 on Mac OSX 10.5.8, and I plan to buy an iphone 3gs 8G iOS 4 in the following days. I heard from friends that iOS 4 can't be downgraded to 3.x!
My question is, can XCode_3.1.4_iPhone_SDK_3.1.2 deploy app to iOS 4 device via iDP? Should I upgrade system to 10.6.4 and install Xcode_3.2.3_iOS_SDK_4.0.2?
For jailbreak iOS 4, does ldid still work well? Or some other tools for code signing?
I didn't try with iOS 4 yet, so could you give me some help, thanks in advance.
Email/MSN: linkou.bian#gmail.com
Im not sure if this has been changed, but you used to be able (when xcode was around 3.1ish) still be able to install onto 2.2.1 even though xcode didnt recognize it. Just had to build the app with deploy targetted to 2.2.1 and then get the .app and move it to itunes, then sync your itunes with the phone and it worked.