Search results for

ITMS-90158

1,681 results found

Post

Replies

Boosts

Views

Activity

Reply to Over-The-Air IPA Installation Developer Program
You can do it with a regular developer account. With Xcode 7 they've resurrected the option to generate the plist when exporting for ad-hoc distribution. If you put the .ipa and the .plist on your web server with the appropriate HTML link (something like itms-services ://?action=download-manifest&url=https ://example.com/pat/to/myapp.plist) then you can install from the device. Of course the IPA has to be packaged using a provisioning profile that includes the devices on which you will be installing.Caveat: I've been using this for years but I haven't been able to install this way on iOS 9 yet. I think it's just because I haven't upgraded my server with TLS 1.2, PFS etc. though.
Oct ’15
Inconsistency when validating an app via ApplicationLoader and Xcode
Hi everyone,I recently had issues when submitting an app where the binary was rejected on validation (through submission via ApplicationLoader 3.3) because of some specific errors (see below) and also a warning that is harmless. As it is a pain when running into those errors after a release version of an app was built, where we internally have to re-build it again, I thought it would help to perform the Xcode archive validation (I used Xcode 7.0.1) prior building a release version.Then I found out that the errors did not occur on the Xcode archive validation (I tried the same codebase revision), just the warning regarding API usage was visible. Can anyone tell me why these validation techniques differ in output? I actually expect with the Xcode archive validation to prevent running into such errors, saves a lot of pain.These are the errors/warnings the ApplicationLoader returns:ERROR ITMS-90475: Invalid Bundle. iPad Multitasking support requires launch story board in bundle 'com.x.y'.ERROR ITMS
0
0
487
Oct ’15
tvOS distribution not working
Hello,Has anyone had an issue uploading their tvOS apps?I created a tvOS distribution profile and used it in my project settings, however when I upload I still get the ERROR ITMS-90545: Invalid Provisioning Profile. This provisioning profile is not compatible with iOS apps. error. Anyone else having this issue? thanks!SW
2
0
588
Oct ’15
ITMS-90096 - Cannot submit for TestFlight
After 2 successful buids, App Store uploads, reviews and TestFlight releases to my testers, today's build was not accepted with the following errorERROR ITMS-90096: Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image referenced in the Info.plist under UILaunchImages with a UILaunchImageSize value set to {320, 568}. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the 'iOS Human Interface Guidelines' at 'https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconsImages/IconsImages.html#//apple_ref/doc/uid/TP40006556-CH14-SW5' and the 'iOS App Programming Guide' at 'https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/App-RelatedResources/App-Relat
2
0
2.6k
Oct ’15
Reply to How do I add App Icons ?
@TidBits - I also get ITMS errors (sepcifically 90523, 90532, and 90532). My designer has been using both the photoshop tool and parallax previewer tool to export app icons to upload a Beta 3 build of an application. We have still been unsuccessful after several hours. Note that these icons had previously worked with beta 2 and I have made one successful testflight upload previously. As far as we can tell, none of our background layers have transparency at all. Our app icons are attached in the following radar I just posted 23047439Thanks!
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’15
Reply to ERROR ITMS-90000
Thanks. I've searched all over, and typically there's an error message associated with ITMS-90000. What I'm getting looks like a placeholder: $(message).The odd thing to me is that I have another app set up that has, for all practical purposes, identical build settings - including the distribution certificate, and it uploads fine.After many iterations of tinkering with build settings, I finally got this working. Unfortunately, I still can't pinpoint what I did that fixed the issue.
Oct ’15
tvOS - Subscription Management
Story:On iOS one can simply do:[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions]];However Safari is not present on tvOS.You can directly open to settings -> Manage Subscriptions using[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@itms-apps://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions]];Note: This will only work on device.Question:Can someone confirm the second approach will work on tvOS?I do not have an actual device and this will not work on simulator.Thanks!
2
0
1.6k
Oct ’15
App Store submission errors cannot be read!
When I submit to the app store, XCode generates three submission errors.The dialog window will only display a few words for the errors, but there is no way to scroll to see the whole text of the error.Making them unusable.But the text goes like:ERROR ITMS-90523: Invalid Image Asset. The image stack 'App Ico...'And the rest of the error message is cut off.I would attach a screen shot, but this forum does not let me. Bram
1
0
352
Oct ’15
Reply to tvOS - Subscription Management
Calling the following:[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@itms-apps://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions]];on an AppleTV Dev Kit with TvOS Beta 3 results in nothing happening and getting the following message in the log:LaunchServices: ERROR: There is no registered handler for URL scheme itms-apps
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’15
Any success uploading a tvOS build to iTunes Connect?
I am at the point where I would like try getting my tvOS app into TestFlight for internal testing. The problem I am having is that I seem to be unable to upload a build into iTC without running into some sort of error. Has anyone been able to successfully upload a build to iTC for internal TestFlight testing yet?It is my understanding that Upload to App Store... from Organizer will not work until there is a final XCode release and we are able to submit tvOS apps to the app store for review.I am using XCode 7.1 beta 3 to create an archive and creating a build through the Export option to then be uploaded using Application Loader.In Organizer:Export...Save for Apple TV App Store DeploymentSelect my Apple IdThe next screen verifies entitilements and that the correct provisioning profile is being used (to the best of my knowledge they are).This results in an ipa file that I am using to upload via Application Loader. During the upload I get this error:ERROR ITMS-90545: Invalid Provisioning Profile. This p
5
0
2.5k
Oct ’15
Trouble submitting to iTunes - ITMS-90471
Trying to submit a tvOS build of an app I'm working on, and I'm getting the following error:ERROR ITMS-90471: Missing Image Asset. Your app is missing the Large App Icon asset 'App Icon - Small' in 'Payload/MadBombzTV.app'.Confused on what it thinks is missing? Large or small? Either way I have all the assets setup in the Assets.xcassets, 'App Icon - Large', 'App Icon - Small', 'Top Shelf Image', and 'LaunchImage'.Any thoughts to what's going on?Thanks!Kevin
6
0
1.6k
Oct ’15
Has anyone had success uploading for tvOS?
Has anyone had success uploading for tvOS?At the top of itunesconnect it says you can now submit tvos apps, however no GM 7.1 software has been released.When I try to do it I get these errors?ERROR ITMS-90529: Invalid package. Applications built with sdk 9.0 or later must be packaged as proper IPA files.INFO ITMS-90111: Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, and Apple TV OS 8 SDK or later. Don't submit apps built with beta software.I was able to upload an archive of my app, but it is still processing.Thanks everyone!SureshEdit.Ok I was able to upload, but not through application loader. I uploaded an archive through xcode. It shows up in itunesconnect but only for testflight. No submit for review button yet.
12
0
1.5k
Oct ’15
unable to send spa (ERROR ITMS-90168: "The binary you uploaded was invalid.")
Hi, I have a problem uploading ipa of my project. I obtain this error from 3 o 4 days with xcode 7 (last version) and also with application loader (last version)Could not make parent directory for: /Users/Myuserdirectory/.itmstransporter/softwaresupport/bin/Frameworks/ITunesConnectFoundation.framework/Resources/Info.plistERROR ITMS-90168: The binary you uploaded was invalid.I tried 2 different apps (each app have a different developer account)On my iphone app work without problem.Someone can help me?
0
0
3.1k
Oct ’15