Search results for

ITMS-90158

1,681 results found

Post

Replies

Boosts

Views

Activity

ITMS-4238: "Redundant Binary Upload"
I understand that this error is because Organizer is submitting a binary with the same version number, but I have changed the version numbers. I've done the homework and looked up similar forum posts on this error, but the problem is not as simple as incrementing the build number.Here's what I did:My current version in the store is 2.0.4In iTunesConenct, I created a new version submission for 2.1.0. I filled out all fields (except Build) and clicked Save. It is now marked Ready for Submission.In Xcode, I changed the Version to 2.1.0 and the Build to 2.1.0.In Xcode, I built and ran the app. It works!I opened Organizer. In Archives, it shows Version 2.0.4, and my last submission was months ago.In Organizer, I clicked Submit and followed the steps. I got the Redundant Binary error that 2.0.4 already exists.To double-check, I opened my -Info.plist file and it shows both Bundle Version and Bundle Versions string, short as 2.1.0To triple-check, I looked in my Target > Build Settings > Packaging. I can see tha
0
0
305
Nov ’15
Upload In-App Purchase not working
If I try to upload Apple-hosted content for an in-app purchase through Xcode, here's what I get:Unable to validate your application.Could not find a CFBundlePackageType within the Info.plist; or the package is missing in Info.plist.If I try to use Application Loader, I get:ERROR ITMS-90310: The archive for In-App Purchase '<ID>' is invalid. Unable to analyze signing information: -67062I've tracked this down to a very specific scenario. The content must have a directory at the root level with a dot in its name, and inside that directory must be a file named Info.plist. When both of these conditions are true, the error messages above are seen.Reported in rdar as 23644985.I'm guessing this is a bug in the iTunes Connect upload validation scripts. Has anybody else seen this?
0
0
275
Nov ’15
using iTMSTransporter to upload iPad Pro screenshots (fails)
I'm attempting to use iTMSTransporter on the commandline to bulk upload app screenshots.I build myself a .itmsp bundle and pass it on the commandline - all works well - except when I attempt to upload iPad Pro screenshots. The transporter complains with the following error:ERROR ITMS-3000: Line 1 column 7900: value of attribute display_target is invalid; must be equal to Mac, appletvos, iOS-3.5-in, iOS-4-in, iOS-4.7-in, iOS-5.5-in, iOS-Apple-Watch or iOS-iPadQuestion is - does anyone know what the correct display_target is for iPad Pro (assuming the transporter even supports it - which looks doubtful since it doesn't appear when I use the transporter to download the itmsp bundle)Thanks
5
0
1.8k
Nov ’15
binary not optimized for iPhone 5 - using xib not images
Hi,I got error for app submision.Submitting through Xcode 6.4ERROR 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......1) we are not using any image for luanch, using xib file for that. 2) I already submitted this app couple months ago and no issues with this. Apple bug?I tried to add the following to info.plist:<key>UILaunchImages</key> <array> <dict> <key>UILaunchImageMinimumOSVersion</key> <string>7.0</string> <key>UILaunchImageName</key> <string>Defaul
7
0
1.3k
Dec ’15
Invalid icon name (AppIcon44x44@2x.png) and ITMS 90363/90391
Hi together,yesterday I just tried to upload a minor update and I got the error Invalid Icon Name - The watch application '...' contains an invalid icon file name '.../AppIcon44x44@2x.png'. I've to mention, that I didn't make any changes at my icon set.I tried to fix this issue by changing all the names of my icons as suggested (AppIconXXxXX@YY.png). However, same error message. Then I deleted my image assets, the dervied data and added new assets with new catalogs (for watch, for iPhone/iPad). This solved the error above, but I got two new errors: (ITMS 90363 & 90391). I tried to fix that by deleting all CFBundleImage entries in my plists. Then I still got the error 90391.After spending hours on hours I don't no how to proceed! Does anyone know this issue? How to solve that?Walter
20
0
6.5k
Dec ’15
ITMS-4162 5 GB Error (Is There A Limit On IAP?))
I found this threadhttps://forums.developer.apple.com/thread/19882?q=ITMS-41And also some references on the web that there is an undocumented limit of 5 GB for Apple hosted IAP Purchase items.The issue is that we have been working on an app and testing for quite some time and were finalizing for release. During this entire time we did not have the 5 GB error, though the material was in excess of 5 GB total since the beginning - we have been working on this now for 11 months. (There is no one item in excess of 2 GB) The ITMS-4162 error message showed for the first time within the last couple of weeks. Up to that time it was not a problem.Has it been confirmed that there is in fact a 5 GB limit or documentation? I may have missed it. Our next step is to probably open a support ticket, but figured the answer may not require that. The error message is clear of course, but since we had not had the issue before, perhaps something else is going on, such as a glitch in the system along the lines of
0
0
394
Dec ’15
upload error due to cloud provisioning 9.2?
hey guys we are suddenly getting errors uploading to itunes connect this AM:ERROR ITMS-90163: Invalid code signing entitlements.The entitlements in your app bundlesignature do not match the ones contained in the provisioning profile.The bundle contains a key that is not included in the provisioning profile:com.apple.developer.icloud-container-environment in Payload/<our app name>However we did not change anything since yesterday. Uploads were working fineyesterday.I suspect some changes were made to itunes connect due to 9.2 releasebut what???Also, our entitlements file does not contain the above .icloud-container-environment thing thatis mentioned above.we have these 2 in our entitlements file:com.apple.developer.ubiquity-container-identifierscom.apple.developer.ubiquity-kvstore-identifierI tried to regen the provisioning profile and then resign, reupload but same error.using xcode 5.1.1any hints?
1
0
804
Dec ’15
invalid code signing error in embed framework with error ITMS 90046
Hi,We have a main project which use a custom embed framework. The framework has a bundle identifier com.example.test. The main project has different one. When we make ipa for adhoc, it works fine and can install on the iphones as well. But when we upload the ipa with application loader for Testflight it gives the below error -ERROR ITMS-90046: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'TeamID.com.org.domain' for key 'application-identifier' in 'Payload/MyApp.app/Frameworks/EmbededFramework.framework/EmbeddedFramework' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier.According to this error, we use the same bundle identifier in framework's info.plist and in build settings. It resolved the error but another issue is raised when we download/install the app on iPhones. The app is not able to installed on iPhon
2
0
2.5k
Dec ’15
Invalid Code Signing Entitlements
Hi there,I am trying to submit an update to an existing app on the Mac App Store. The goal posts keep moving and it's already a bit of a nightmare. Now I've reached an issue which I can't seem to get beyond.My game is developed in Unity, and I'm using the combination of codesign/productbuild in terminal to build the installer, then Application Loader to deliver it. I'm running OS X 10.11.2, XCode 7.2 (7C68) and Application Loader 3.4 (902). Here are the two errors from Application Loader:ERROR ITMS-90287: Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The bundle contains a key that is not included in the provisioning profile: 'com.apple.developer.game-center' in 'org.COMPANY.GAMENAME.pkg/Payload/GAMENAME.app/Contents/MacOS/GAMENAME'. ERROR ITMS-90287: Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisionin
9
0
15k
Dec ’15
Reply to "There was an error importing this build" tvOS
When uploading using application loader the following error is given :1 package(s) were not uploaded because they had problems: /var/folders/v6/58gljh4528b8pm40r8w340l00000gn/T/FED87779-C83A-4C18-B233-6493CF6A4E5B/959626163.itmsp - Error Messages: ERROR ITMS-90545: Invalid Provisioning Profile. This provisioning profile is not compatible with iOS apps.The provisionning profle is for TVOS not for iOS. Just to make things clear i'm trying to upload a TVOS application.
Dec ’15
ERROR ITMS-5063?
Hello here.I always use Application Loader to submit our app in-app purchase items in batch, and today I get this weird error I never received and for which I can't find any reference on these forums as well as on the web:ERROR ITMS-5063: Neither <provider> nor <team_id> is supplied - at least one is requiredAny ideas? What does that mean?Any help is really appreciated! Thank you in advance.
4
0
1k
Dec ’15
iTMS transporter does not change inapp products price tiers since 01.12.2015
Hello,I'm using iTMS transporter tool to upload and changing inapp products into iTCFor uploading new products I use following steps:1. Preparing package for upload it to iTC servers2. Sending package to iTC servers3. Receiving products review status using lookup modeThere is no problems during those steps.For changing products price, I use following steps:1. Preparing simillar as new product package, only product price field is changed2. Sending package to iTC servers3. Receiving products review status using lookup modeTill 1 December I was able to sent new inapps to iTC and change prices for existing products using methology above.After 1 December I start to recieve following error during send updated inapp products:ERROR: ERROR ITMS-4062: In-App Purchase with product_id=ios_listen.9443940 is not currently editable. at Software/SoftwareMetadata/SoftwareInAppPurchase[2015-12-01 17:45:40 MSK] <main> ERROR: ERROR ITMS-4062: In-App Purchase with product_id=ios_listen.9305392 is
0
0
522
Dec ’15