Search results for

ITMS-90158

1,681 results found

Post

Replies

Boosts

Views

Activity

Enterprise application download cannot connect to “website address” error
Enterprise application download cannot connect to “website address” errorWe are having Enterprise license, I have archieved .ipa and manifiest.plist file.Please help on below issue.And Html file as<a style='font-size=15pxs' href=itms-services://?action=download-manifest&url=https://recycle.icicipruamc.com/IPRUCONNECT_FILES/ipa/manifest.plist >Install IpruConnect App</a>Manifiest.html File as<?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://recycle.icicipruamc.com/IPRUCONNECT_FILES/Images/IpruConnect.ipa</string> </dict> <dict> <key>kind</key> <string>display-image</string> <key&g
2
0
994
Mar ’17
TestFlight: ERROR ITMS-90512: Invalid sdk value… 8.2 is higher than maximum allowed value of 10.3?
I have uploaded the iOS App to test flight and have received this email from itunes from xcode 8.0Invalid sdk value - The value provided for the sdk portion of LC_VERSION_MIN_IPHONEOS in ABC.app/PlugIns/ABC WatchKit Extension.appex/ABC WatchKit App.app/ABC WatchKit App is 8.2 which is greater than the maximum allowed value of 10.3.Have already validated App deployment version is set to iOS 8.0 while for watchkit Extension its 8.2, the same was working in last release, as there where have not been any changes, not sure what the issue.Can it be due to iOS 10.3 been recently released some how its restricting any upload to test flight.
29
0
4.8k
Mar ’17
Reply to TestFlight: ERROR ITMS-90512: Invalid sdk value… 8.2 is higher than maximum allowed value of 10.3?
The same problem. Any ideas? The message itself sounds weird: 8.2 higher than 10.3?ERROR ITMS-90512: Invalid sdk value. The value provided for the sdk portion of LC_VERSION_MIN_IPHONEOS in XYZ.app/PlugIns/XYZ WatchKit Extension.appex/XYZ WatchKit App.app/XYZ WatchKit App is 8.2 which is greater than the maximum allowed value of 10.3.
Mar ’17
how to get 3rd party mac developer installer certificate
Application loader returns the following error ERROR ITMS-90237: The product archive package's signature is invalid. Ensure that it is signed with your 3rd Party Mac Developer Installer certificate..After several hours of attempts, I can not get a valid 3rd Party Mac Developer Installer certificate.Any ideas would be a great help.Thanks,willcrosswordstar.com
4
0
7.3k
Apr ’17
Build just disappears from iTunes Connect after Processing. No Warning!
Hi,Anybody else noticing this error?After a build is submitted to the iTunes Connect, The build just disappears after processing.If i try to do it again i get this error eventhough the build is NOT present inGetting ITMS-4238 “Redundant Binary Upload” error no mater what I change the build version or app version .ERROR ITMS-9000: Redundant Binary Upload. There already exists a binary upload with build versionThanksAnand
1
0
789
Apr ’17
"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
application-identifier error when submitting re-signed app
We have an app that was provided to us by a third-party developer. I do not have access to the source code or the xcodeproj file for this app. I have re-signed the app, using the iResign utility, with a distribution certificate and an App Store provisioning profile that I created in our developer account. I extracted the entitlements.plist file from the app using codesign, and updated it, replacing the third-party developer's Team ID and bundle ID, and assigned it an bundle ID that is from an App ID that I also created in the developer portal. Our team ID is 12A345BCDE, and the bundle ID value is com.myiosapp. The iResign process is successful. I have the Change ID box checked on iResign, with the new bundle ID value provided in the field.When I submit the app using Application Loader, I get multiple instances of this error:ERROR ITMS-90046: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that arenot supported on iOS. Specifically, value '12A3
3
0
2.2k
Apr ’17
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
Upload app on iTunes like EvenBetterAuthorizathion XPC Helpertool
ERROR ITMS-90296: App sandbox not enabled. The following executables must include the com.apple.security.app-sandbox entitlement with a Boolean value of true in the entitlements property list: [( com.Maksym.Katrych.iCleanMac.pkg/Payload/iCleanMac.app/Contents/XPCServices/com.Maksym.Katrych.iCleanMac-XPCService.xpc/Contents/Library/LaunchServices/com.Maksym.Katrych.iCleanMac-HelperTool, com.Maksym.Katrych.iCleanMac.pkg/Payload/iCleanMac.app/Contents/XPCServices/com.Maksym.Katrych.iCleanMac-XPCService.xpc/Contents/MacOS/com.Maksym.Katrych.iCleanMac-XPCService )] Refer to App Sandbox page at https://developer.apple.com/devcenter/mac/app-sandbox/ for more information on sandboxing your app.App have architecture like EvenBetterAuthorization sample all working but error when uploading to iTunes connect.
1
0
700
Apr ’17
Archive upload via Xcode fails with error ITMS-90362 complaining that the activation rule using NSExtensionActivationSupportsReplayStreaming is invalid
I'm trying to submit a new version of our app that contains a Broadcast extension and a Broadcast UI extension.However I encounter this error upon uploadingERROR ITMS-90362: Invalid Info.plist value. The value for the key 'NSExtensionActivationRule' in bundle Garena.app/PlugIns/GarenaLiveUI.appex is invalid. This extension is not expected to contain an activation rule involving NSExtensionActivationSupportsReplayKitStreaming. Please refer to the App Extension Programming Guide on https://developer.apple.comI created the broadcast extension on top of the template provided by Xcode. I believe this key is required for the Broadcast UI Extension.Is this an itunes connect bug, or did the expected key name change?
1
0
1.2k
Apr ’17