Search results for

ITMS-90158

1,681 results found

Post

Replies

Boosts

Views

Activity

Uploading failed with ERROR ITMS-90045: Invalid Code Signing Entitlements
PresentationI've an Apple Dev ID as a member of an organisation.I use Visual Studio 2019 on Windows 10 to build the ipa file via the Mac using Xcode version 11.2.1.The ipa file is uploaded to the store using Fastlane by the administrator of the same organisation.DESCRIPTION OF PROBLEMWe've this problem when uploading ipa file on the store.With the developer provisioning profile, I can execute my app without problem.But with the distribution provisionning profile created by the administrators, when they upload the ipa file,we have the errors above. The distribution provisionning profile is generated by them with the iCloud option Include Cloudkit support (requires Xcode 6).As a member, I download the profile on the Mac and double-click on it to load it in Xcode.In order to see the profile in question in Visual Studio 2019, I download the profile from Xcode and build the ipa file with theconfiguration Ad-Hoc, the only one that I can use with the profile provided.In the Entilements file, I only have these two li
4
0
5.6k
Dec ’19
Enterprise appstore : itms-services : Getting "open this page in iTunes"
Hi,In enterprise app store(WebApp) we are trying to access the OTA link to download the application through itms-services but getting this dialogue Open this page in iTunes? in between which I want to discard through progrmmatically. Can anyone please how to avoid this dialogue?If anyone figures this out, it would be helped in knowing how to DISABLE iTunes prompt programmtically.I am looking to install the app directly without prompting this message as this is happened when I am access the OTA link through native app.Thanks & Regards,SKP
0
0
1.1k
Jan ’19
ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing.
Flutter iOS App. Previous version submitted passed. Only change the version and some text, submit has error: ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it. the release steps: flutter clean; flutter pub get; flutter build ios --release; xcode - clean build folder; archive; distribute app Searched online and tried many suggestions, none works.
2
0
332
Feb ’25
ITMS-90522 - Invalid Image Asset. The image stack has an invalid layer.
I submitted a tvOS build to iTunes Connect today and processing failed a few minutes later with several ITMS-90522 errors for various layered images.ERROR ITMS-90522: Invalid Image Asset. The image stack 'image-name' in 'Payload/MyApp.app/Assets.car' has an invalid layer.All of the images called out by these errors display correctly in Xcode and in app. None of the background images have an alpha channel. Everything looks fine, but iTunes Connect rejects the app. Worst of all, these images haven't changed in many months and I've been submitting builds successfully to iTunes Connect for TestFlight several times per month without these errors. I did see these errors a few weeks ago, but I simply resubmitted the exact same binary a few minutes later and it processed successfully. I have tried resubmitting this build three times and haven't gotten past this error.This seems to me like a bug in iTunes Connect, but I thought I'd post here to see if anyone had encountered this or had any thoughts.
5
0
2.2k
Sep ’16
ERROR ITMS-90283: “Invalid Provisioning Profile” Ask Question
I have inherited an old macos app and I am trying to upload a new version to the app store. When trying to upload the new build, i keep getting this error:ERROR ITMS-90283: Invalid Provisioning Profile. The provisioning profile included in the bundle com.****.**** [com.****.****.pkg/Payload/***.app] is invalid. [Invalid 'com.apple.application-identifier' entitlement value.] For more information, visit the macOS Developer Portal.I have trying creating new certificates, but i'm not sure what i am doing wrong. How do i upload a new build to a protect i have just been given access to?Thanks
7
0
2.0k
Apr ’17
ERROR ITMS-90161 Invalid Provisioning Profile
I was finally able to get my project to build in Unreal Engine.... buuut... Application Loader won't accept it to the App Store. I'ts an iOS app made for Distribution.Here's What I HaveApple Resources (image: https://i.imgur.com/RaY3bqe.jpg)- Intermediate Certificate- iOS Distribution Certificate + Key- App ID | Type: explicit | “com.CompanyName.appName”- Provision Profile | Platform: iOS | Type: App Store- Keychain | Intermediate Certificate + iOS Distribution Certificate + Key- App Store Connect Project with appName and matching Bundle ID selected.How I made my Certificate- Keychain Access > Certificate Assistant > Request a Certificate From a Certificate Authority… It made a CSR and key- I used the CSR to make the iOS Distribution certificate at developer.apple.com- Downloaded certificate, drag and dropped into the keychain I made “UnrealEngineiOS”.Unreal Engine Settings (image: https://i.imgur.com/bHvsvDA.jpg)- Provision, Certificate are valid- Bundle Info is named exactly how I named my certificate
0
0
2.1k
Oct ’19
In-house App cannot be installed if you use "itms-service" scheme on iOS10
Hello, I have tested iOS10 beta and GM Seed, and found a problem that In-house app cannot be installed on iOS10 device if you use itms-service scheme.It happens only when you block app install (hide the App Store icon) on your device by installing profile or set on Settings > General > Restrictions > Installing Apps.Does anyone have the same problem? Is the regulation changed or is there any way to fix this? Thank you.
0
0
560
Sep ’16
ERROR ITMS-90511: "CFBundleIdentifier Collision. The Info.plist CFBundleIdentifier value 'com.canon.EdsImage'
Hello Friends,I am trying to submit a new app to app store and getting ERROR ITMS-90511: CFBundleIdentifier Collision. The Info.plist CFBundleIdentifier value 'com.canon.EdsImage' for thirdparty canon framework. Canon framework includes a bundle that has com.canon.EdsImage identifier and we can't change it (as framework becomes unusable).I am not sure why submission process is throwing above error for a thirdparty framework, can anyone please help.
1
0
1.7k
Mar ’17
ERROR ITMS-90502 persists
Things tried:1. Added UIRequiredDeviceCapabilities to all Info.plist in the project (although previously this was not required)2. Detached device from MacUploaded the same build yesterday but today (Feb 22, 2018) can't do it. Getting the same error always.
3
0
936
Feb ’18
ITMS-90111: Invalid Toolchain
Hi,I updated to 10.15beta and started getting this error:ITMS-90111: Invalid Toolchain - Your app was built with a beta version of Xcode or SDK. Apps submitted to the App Store must be built with the GM version of Xcode 9 and the SDK for iOS 11, tvOS 11, watchOS 4, or macOS 10.13 or later.My Xcode is still GM (10.2.1) so not sure what this error is trying to tell me, since I've been always keeping Xcode to stable version and MacOS on latest beta.Has anyone expriencing the same problem or have a solution to my issue ?Thanks.
16
0
10k
Jun ’19
Error itms-90503 arm64 slice for Sticker app?
Hello, I'm a new developer and I've made a sticker app just to get familiar with the process of submitting an app for the App Store.All of my IDs, Profiles, and Certificates are correct. The only problem I'm running into, is that when I try to upload it to iTunes Connect, it tells me that since it has arm64 in the info list, it must contain an arm64 slice. I've gone though as much as I can to figure out how to set it to just arm64. Everything I see says it's in arm64.Does it need the armv7 and armv7s? The first time I tried uploading the app, it told me it had all three, armv7, armv7s, and arm64. Got rid of the armv7 and armv7s and left arm64, still getting the ERROR ITMS-90503 Invalid Bundle. I have no idea what is going on. I've tried remaking the app several times and keep getting the same message. I'm just making a Sticker app. Can anyone help please?
6
0
2.2k
Aug ’17