So this is a problem that has been driving me crazy for some time now.We are trying create an installation link for an in-house mobile app. The intended behavior is that an employee can click on a link, and they'll be asked to download and install the app.The install link is:<a href=itms-services://?action=download-manifest&url=https://www.example.com/OurApp.plist>Click this link to install</a>Note that I have tired this with both & and &, notThe plist is:<?xml version=1.0 encoding=UTF-8?> <!DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd> <plist version=1.0> <dict> <key>items</key> <array> <dict> <key>assets</key> <array> <dict> <key>kind</key> <string>software-package</string> <key>url</key> <string>https://www.example.com/OurApp.ipa</string> </dict> </array> <key>metadata</key>
Search results for
ITMS-90158
1,681 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I'm trying to upload my app to iTunes Connect, but I'm getting the following errorERROR ITMS-4088: The organization [My name] does not have permission to modify the application with the Apple ID [My app ID]. Please try again, using an account for an organization with access to this application. at SoftwareAssetsNow, I'm using a particular Apple ID to login who is an Agent in my own dev account and an admin on another dev account's team so I think that's probably what's causing the confusion, but I don't think this should happen as the same account worked fine beforeI'm running Xcode 9 GM (9A235) on macOS Sierra 10.12.6 (16G29)
Topic:
Code Signing
SubTopic:
Certificates, Identifiers & Profiles
Tags:
Signing Certificates
Provisioning Profiles
Hello guys i have a problem. I have one template package. and I publish many applications using this package. i change only names and colors. my other other project working fine , there is no problem. But I get this error on new one of them. My PrivacyInfo like this and my copy bundle resources like this i cant handle this problem . please help
The errors are:iTunes Store Operation FailedERROR ITMS-90022: Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0.iTunes Store Operation FailedERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0.iTunes Store Operation FailedERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro.iTunes Store Operation FailedERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0.iTunes Store Operation FailedWARNING ITMS-90704: Missing Marketing Icon. iOS Apps must include a 1024x1024px Marketing Icon in PNG format. Apps that do not inclu
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I got ITMS-90533 Missing Architecture ErrorIt successfully uploaded without extension bundle
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
I'm trying to get an update for one of my apps submitted but I'm running into problems when trying to distribute the app. The App Store Connect service goes through all the steps of uploading the binary and then fails at the very end with a triple error ITMS-90625: Invalid Intent Extension. The NSExtensionAttributes key in the Info.plist file can't contain the intent name INCurrentRateIntent. I tried to fix the error, tried to look for others with the error, but so far I have drawn a blank.This is an overview of the structure of the app. The app has an iOS/iPadOS target as well as a WatchOS target. The app is written in Swift/SwiftUI with minimal UIKit hooks and targets iOS 13.2. In addition, there is a widget target. The WatchOS app is a standalone app. All of these components work well and are the current version of the app as available on the App Store.For the next app update I want to add support for Siri Intents. I did so by adding a new iOS Siri intents target (there are no intents for the Watc
Hi team,When uploading the ipa via transporter command line utility, the following message is returned. We are re-signing manually and curiously, the errors only occurs for app extensions and not the main app. ERROR ITMS-90164: Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. According to the provisioning profile, the bundle contains a key value that is not allowed: '''TeamId.ExtBundleId''' for the key '''application-identifier''' in '''Payload/MyApp.app/PlugIns/MyAppExtension/MyAppExtension'''. We are signing manually and our app entitlements are as such <plist version=1.0> <dict> <key>application-identifier</key> <string>TeamId.ExtBundleId</string> <key>aps-environment</key> <string>production</string> <key>beta-reports-active</key> <true/> <key>com.apple.developer.team-identifier</key> <string>TeamId<
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
Entitlements
TestFlight
App Store Connect
I am trying to upload a new build of my app from the new Xcode 14.1 RC but it keeps failing with the below error: ITMS-90428: Invalid Swift Support - The files libswift_Concurrency.dylib don’t match /Payload/MY_APP.app/MY_APP_WatchOS.app/libswift_Concurrency.dylib. Make sure the files are correct, rebuild your app, and resubmit it. Don’t apply post-processing to /Payload/MY_APP.app/MY_APP_WatchOS.app/libswift_Concurrency.dylib. My bundle contains a watchOS 4.3 app which I thought might have been an issue, so I tried increasing it to watchOS 7.0 but still got the error. Bitcode is disabled for all targets. I don't have post-processing enabled either.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Store
App Store Connect
Xcode
App Submission
Hi Everyone, I have an iPhone app with watch app and extension. I'm getting the following error when building: ITMS-90477: Invalid Bundle Identifier - Attempting to change bundle identifier from com.company.myapp.watchkitapp to com.company.myapp.watchkitappp is disallowed for bundle My App.app/Watch/My App Watch.app. The thing is I always used the second id (yes with triple p). I already check my identifiers on developer.apple site, there is no identifier with watchkitapp but watchkitappp is. Same for the XC side. When I trying to get first id I get; An App ID with Identifier 'com.company.myapp.watchkitapp' is not available. Please enter a different string. Any help is appreciated. Thx.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App ID
App Store Connect
Bundle ID
WatchKit
Recently I started getting emails from AppStoreConnect when I submit new builds. The email states: ITMS-90863: Macs with Apple silicon support issue - The app links with libraries that aren’t present in macOS: /usr/lib/swift/libswiftHomeKit.dylib I can run this app on Apple Silicon from TestFlight or directly from Xcode and it runs just fine including all HomeKit functions. This app has been using HomeKit for several years now. This issue seems to be the same kind of this other about CloudKit, but with HomeKit libs: https://developer.apple.com/forums/thread/756325 Please, how it can be fixed? Many thanks.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
Swift
HomeKit
Apple Silicon
have an emoji keyboard app selling on the app store and im trying to replace it with the new IOS 10 iMessaging app and keep getting this error. anyone seen this issue? see picture in link belowThankshttp://i.stack.imgur.com/mTBAW.jpg
I just got my first version of an app with watchOS support ready. The iOS app has 6 embedded frameworks and the watchOS 3 embedded frameworks. Upon delivering to iTunesConnect I'm cursed with the following error:So... three embedded frameworks are exceeding the maximum number of nested frameworks? Really?
Hello I have a problem with Xcode when I want to publish my archive on Appstore Connect, everything goes well, but once the application sent I receive an e-mail from App Store Connect with the following error :Dear Developer,We identified one or more issues with a recent delivery for your app, Notorioustrade 1.4 (1). Please correct the following issues, then upload again.ITMS-90424: Invalid Swift Support - The SwiftSupport folder is empty. Rebuild your app using the current public (GM) version of Xcode and resubmit it.Best regards,The App Store TeamConfiguration :Mac Os Mojave 10.14.16Xcode Version 11.2.1 (11B500)My application is a simple WKWebView with cocoapods for OneSignal Notification extension.I really need Help, i have try to call Apple but the services don't know where the problem come from.
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?
Hi all, I get this issue when i delivery my app ITMS-90338: Non-public API usage - The app references non-public symbols in Frameworks/Flutter.framework/Flutter: _IOIteratorNext, _IOObjectRelease, _IORegistryEntryCreateCFProperties, _IORegistryEntryGetChildIterator, _IOServiceGetMatchingServices, _IOServiceNameMatching, _kIOMasterPortDefault. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/ I understand that it is solved by updating my flutter version nevertheless i get same error. Here is the printout of flutter -doctor [✓] Flutter (Channel stable, 3.0.5, on macOS 12.4 21F79 darwin-x64, locale es-AR) • Flutter versio