Search results for

“ITMS-90338”

1,703 results found

Post

Replies

Boosts

Views

Activity

"Cannot Connect" error for itms-services link
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&amp;url=https://www.example.com/OurApp.plist>Click this link to install</a>Note that I have tired this with both & and &amp;, 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>
1
0
3.9k
Apr ’17
Details on ITMS-90984: Apple Vision Pro support issue
I have an iPad app on the App Store, and since recently every time I upload a new build to App Store Connect I receive an automated email with the following warning. ITMS-90984: Apple Vision Pro support issue - The details associated with your Apple Developer Program membership indicate that you’re not eligible to publish apps on the App Store for Apple Vision Pro. For more information, contact us: https://developer.apple.com/contact. At the present, my app does not target visionOS API specifically, but I have checked the checkbox for availability on Apple Vision Pro. According to the warning, something makes me not able to distribute apps for Vision Pro, but lacking any details I am not sure how I can solve this issue. What specifically about my account makes me ineligible to distribute apps for Apple Vision Pro and triggers this warning? I have contacted support at the provided URL, but they were unable to help me and redirected me to post in Developer Forums.
2
0
2.5k
Jan ’24
Manual signing app - ITMS-90078: Missing Push Notification Entitlement
Hi, Maybe someone here can help me ... I have an app (ios xcode swift) that I need to distribute unsigned. So far so good (in the xcode project target settings I have inserted the field: 'CODE_SIGNING_ALLOWED setting for release' NO '. In this way using' Archive 'I get the package in xcarchive format. Just a problem, the app has some 'entitlement' settings like push notifications, background use of bluetooth .. .etc. When my client tries to distribute the app with 'Organizer', he signs it with his certificate and provisioning file, and then downloads to the app store. but I always get the error 'ITMS-90078: Missing Push Notification Entitlement' Has anyone of you already distributed an app with the 'manual' signature as I do in practice?
1
0
2.2k
Feb ’22
ITMS-90809: Deprecated API Usage - for UIWebView not going away
Hi, I have replaced all uses of UIWebView with WKWebView in my project so there is no reference of UIWebView in the code anymore but I still keep getting ITMS-90809 every time I upload my App to the App store. I also used grep to identify any usage of UIWebView in the project but only getting a single reference in UserInterfaceState.xcuserstate. Can anyone help me getting rid of this please? I already tried to delete the workspace and taken fresh clone from remote repository but this keeps coming: $ grep -r UIWebView . Binary file ./project.xcworkspace/xcuserdata/manishrathore.xcuserdatad/UserInterfaceState.xcuserstate matches Can you please help me sort out the issue? Appreciate your help. Thanks & regards, Manish
3
0
1.5k
Nov ’20
ITMS-90625 Error on App Store Connect with Siri Intents
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
7
0
2.4k
Apr ’20
Xcode 9 GM doesn't recognize me as part of a team (ITMS-4088)
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)
89
0
20k
Sep ’17
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
ERROR ITMS-90164: Invalid Code Signing Entitlements
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<
0
0
949
Nov ’22
ERROR ITMS-90085 when validating archive only in Xcode 10
When I archive my iOS app in Xcode 10 and then validate, I get this error:ERROR ITMS-90085: “No architectures in the binary. Lipo failed to detect any architectures in the bundle executable.”I have checked the executable with lipo and I can see that both arm architectures are present. I have Googled around and tried a few other things associated with this error: I checked that all Product Names are set correctly, I have verified that no static libs are being embedded in a framework, I checked that all CFBundleExecutable values for Frameworks' Info.plist files match up to their respective binaries.I also tried archiving and validating in Xcode 9. That passes validation. I also tried validating that Xcode 9 archive with Xcode 10, that also passes!So it seems that something is different with how Xcode 10 makes archives, or how it validates them. How do I fix this? The error message is completely unhelpful.
4
0
6.3k
Jan ’19
Reply to Xcode errors when submitting an app
So the issue has gotten worse with Beta 2. Very confusedPackage Summary:1 package(s) were not uploaded because they had problems: /var/folders/yc/65_yjgfd0g76td7376jb4xnw0000gn/T/BC872C8A-7723-4C91-9F2B-DDC14B002E9C/1000756457.itmsp - Error Messages: ERROR ITMS-90171: Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftCore.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/ ERROR ITMS-90171: Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftCoreLocation.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/ ERROR ITMS-90171: Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftUIKit.dylib' is not permitted. Your app can’t contain standalone executable
Jun ’15
Reply to Can't submit app to iTunesConnect
Hi guys.. Add me to the list of complaints. getting same ITMS-3000 error message
Replies
Boosts
Views
Activity
Jul ’15
Reply to Manage subscriptions
This URL worked for me with iOS 14.4 itms-apps://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jun ’21
"Cannot Connect" error for itms-services link
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&amp;url=https://www.example.com/OurApp.plist>Click this link to install</a>Note that I have tired this with both & and &amp;, 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>
Replies
1
Boosts
0
Views
3.9k
Activity
Apr ’17
Details on ITMS-90984: Apple Vision Pro support issue
I have an iPad app on the App Store, and since recently every time I upload a new build to App Store Connect I receive an automated email with the following warning. ITMS-90984: Apple Vision Pro support issue - The details associated with your Apple Developer Program membership indicate that you’re not eligible to publish apps on the App Store for Apple Vision Pro. For more information, contact us: https://developer.apple.com/contact. At the present, my app does not target visionOS API specifically, but I have checked the checkbox for availability on Apple Vision Pro. According to the warning, something makes me not able to distribute apps for Vision Pro, but lacking any details I am not sure how I can solve this issue. What specifically about my account makes me ineligible to distribute apps for Apple Vision Pro and triggers this warning? I have contacted support at the provided URL, but they were unable to help me and redirected me to post in Developer Forums.
Replies
2
Boosts
0
Views
2.5k
Activity
Jan ’24
Manual signing app - ITMS-90078: Missing Push Notification Entitlement
Hi, Maybe someone here can help me ... I have an app (ios xcode swift) that I need to distribute unsigned. So far so good (in the xcode project target settings I have inserted the field: 'CODE_SIGNING_ALLOWED setting for release' NO '. In this way using' Archive 'I get the package in xcarchive format. Just a problem, the app has some 'entitlement' settings like push notifications, background use of bluetooth .. .etc. When my client tries to distribute the app with 'Organizer', he signs it with his certificate and provisioning file, and then downloads to the app store. but I always get the error 'ITMS-90078: Missing Push Notification Entitlement' Has anyone of you already distributed an app with the 'manual' signature as I do in practice?
Replies
1
Boosts
0
Views
2.2k
Activity
Feb ’22
ITMS-90809: Deprecated API Usage - for UIWebView not going away
Hi, I have replaced all uses of UIWebView with WKWebView in my project so there is no reference of UIWebView in the code anymore but I still keep getting ITMS-90809 every time I upload my App to the App store. I also used grep to identify any usage of UIWebView in the project but only getting a single reference in UserInterfaceState.xcuserstate. Can anyone help me getting rid of this please? I already tried to delete the workspace and taken fresh clone from remote repository but this keeps coming: $ grep -r UIWebView . Binary file ./project.xcworkspace/xcuserdata/manishrathore.xcuserdatad/UserInterfaceState.xcuserstate matches Can you please help me sort out the issue? Appreciate your help. Thanks & regards, Manish
Replies
3
Boosts
0
Views
1.5k
Activity
Nov ’20
Reply to ITMS-90725 with xcode 12.4
Same ITMS-90725 error too. my iOS dev target is 14.4 with Xcode12.4 (12D4e).
Replies
Boosts
Views
Activity
Apr ’21
ITMS-90625 Error on App Store Connect with Siri Intents
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
Replies
7
Boosts
0
Views
2.4k
Activity
Apr ’20
Xcode 9 GM doesn't recognize me as part of a team (ITMS-4088)
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)
Replies
89
Boosts
0
Views
20k
Activity
Sep ’17
Reply to Can't Submit iOS 9 Apps Yet Even After Email
I got ITMS-90533 Missing Architecture ErrorIt successfully uploaded without extension bundle
Replies
Boosts
Views
Activity
Sep ’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?
Replies
0
Boosts
0
Views
3.1k
Activity
Oct ’15
ITMS-91061: Missing privacy manifest
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
Replies
1
Boosts
0
Views
273
Activity
Mar ’25
ERROR ITMS-90164: Invalid Code Signing Entitlements
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<
Replies
0
Boosts
0
Views
949
Activity
Nov ’22
ERROR ITMS-90085 when validating archive only in Xcode 10
When I archive my iOS app in Xcode 10 and then validate, I get this error:ERROR ITMS-90085: “No architectures in the binary. Lipo failed to detect any architectures in the bundle executable.”I have checked the executable with lipo and I can see that both arm architectures are present. I have Googled around and tried a few other things associated with this error: I checked that all Product Names are set correctly, I have verified that no static libs are being embedded in a framework, I checked that all CFBundleExecutable values for Frameworks' Info.plist files match up to their respective binaries.I also tried archiving and validating in Xcode 9. That passes validation. I also tried validating that Xcode 9 archive with Xcode 10, that also passes!So it seems that something is different with how Xcode 10 makes archives, or how it validates them. How do I fix this? The error message is completely unhelpful.
Replies
4
Boosts
0
Views
6.3k
Activity
Jan ’19
Reply to Xcode errors when submitting an app
So the issue has gotten worse with Beta 2. Very confusedPackage Summary:1 package(s) were not uploaded because they had problems: /var/folders/yc/65_yjgfd0g76td7376jb4xnw0000gn/T/BC872C8A-7723-4C91-9F2B-DDC14B002E9C/1000756457.itmsp - Error Messages: ERROR ITMS-90171: Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftCore.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/ ERROR ITMS-90171: Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftCoreLocation.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/ ERROR ITMS-90171: Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftUIKit.dylib' is not permitted. Your app can’t contain standalone executable
Replies
Boosts
Views
Activity
Jun ’15