Search results for

ITMS-90158

1,681 results found

Post

Replies

Boosts

Views

Activity

Reply to Direct link to all my apps in App Store not working in iOS 12
The old URL doesn't work in the iOS 12 public release either. But I found that replacing artist with developer does work on iOS 12: itms-apps://itunes.apple.com/developer/id463855590I tested the developer version of the URL on older iOS versions too and found that it worked as far back as I was able to test: iOS 9.3.5.So, I guess we were supposed to be using developer for a long time but they also kept artist working until iOS 12.I'm not sure if any of this is documented anywhere. The iTunes Link maker only seems to support links to individual apps. So, hopefully, this answer will be found by other developers in the future.
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’18
ITMS-90081 - iOS Deployment Target of 3.0...
I'm uploading a new biuild of my iOS/Apple Watch app to App Store, but it's failing withERROR ITMS-90081: This bundle is invaled. Applications built for more than one architecture require an iOS Deployment Target of 3.0 or laterWhich just doesn't make sense. The iPhone component is built for Deployment Target 11.0.I haven't messed with these settings for the past 10 uploads, but I have just ypgraded to Xcode 10 (from 9)What's occurring?
2
0
1.8k
Sep ’18
XCode 10, WatchKit app and distribution error ITMS-90334 with com.apple.wk
I have a project with WatchKit app inside.It used to work smooth with XCode 8 and XCode 9 with automatic signing and distribution. XCode 10 broke something.What i have at the moment is thishttps://i.stack.imgur.com/lJ4Vy.pngERROR ITMS-90334: Invalid Code Signature Identifier. The identifier com.apple.WK in your code signature for myApp Watch App must match its Bundle Identifier com.myApp.watchkitappThe main point here is com.apple.wkIt has been added somewhere at the re-signing stage by the organizer as far as i can understand.I checked my project quadriple and i'm 100% sure it doesn't contain com.apple.wk string anywhere.I switched to manual signing. Created new iOS Distribution certificate. Generated 3 Provision profiles with the correct bundles for app, watch app, watchapp extension. The same error is here.I tried to clean the project, openclose XCode, reboot the system. No luck.I'm unable to dilever my IPA to iTunes with the error above.I tried to export IPA and distribute it with Application Loa
8
0
2.8k
Sep ’18
Missing Provisioning Profile when archiving...
When I archive my updated project for distribution to the App Store I get the following error:App Store Connect Operation ErrorERROR ITMS-90174: Missing Provisioning Profile - Apps must contain a provisioning profile in a file named embedded.mobileprovision.And on the Review pop-up I get the following info:Team: my nameCertificate: iOS Distribution (Expires 13/11/2018)Profile: NoneSymbols: IncludedArchitectures: armv7 and arm64However, the Provisioning Profile (Development) does exist and it matches the Bundle Identifier in the project. I've updated the project several times before and not had this issue.My question is, can i delete the current Provisioning Profile in my Developer Account and create a new one and update my live app using this new profile? I don't want to delete the current profile only to find that I needed that specific profile to make any change to the app.Appologies if this is a basic question, but this is my first app so I'm still learning.Thanks all 🙂
5
0
19k
Sep ’18
ITMS-90723
Trying to upload app to iTunes. Getting ERROR ITMS-90723: Version '3.11.1', Locale 'en-US': privacy_URL cannot be edited in the current state at software/softwaremetadata/softwareversion/softwareversionlanguagedetail. Did some googling and found out that Apple Privacy Policy went into effect today. I do have a privacy URL for my app. Not sure why it's not working. How are you guys dealing with this?
4
0
1.2k
Oct ’18
Intune MAM sdk using Appstore upload
Hi friends,Previously i have used IntuneMAMSDK-2.1.0.0 as a component and upload it to appstore without any problem.Now i have updated the intuneMAMsdk 8.1.1 with nuget package.IPA is working fine without any problem, but when i upload the IPA to APPstore the following error comes.ERROR ITMS-90171: Invalid Bundle Structure - The binary file 'XYZiOS.app/IntuneMAMConfigurator' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure.ERROR ITMS-90209: Invalid Segment Alignment. The app binary at XYZiOS.app/IntuneMAMConfigurator' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version.Stuck with this problem. Please help to upload it to AppStore
0
0
602
Oct ’18
ERROR ITMS-90685: "CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value
HELP. PLEASE. I am so close...where oh where do i fix these and HOW. App Store Connect Operation ErrorERROR ITMS-90685: CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'com.XXX.XXXXXXXX' under the iOS application 'XXXXXX'.App Store Connect Operation ErrorERROR ITMS-90347: Bad bundle identifier. The bundle identifier 'XXXXX of the application extension XXXXXXXX should start with the application's bundle identifier 'XXXXXXXXX and not contain more than one period “.” after the application's bundle ID.
0
0
3.4k
Oct ’18
Opening custom B2B page for update
I have publish on AppStore an app with custom B2B VPP mode.When pusblishing a new version, I need to prompt our users to propose redirecting to the AppStore page of the app and update.How to redirect user with uri like that : itms://itunes.apple.com/us/app/apple-store/id123456789?mt=8 with a Custom B2B App.I cant' reach a working link, even if users have already install the app.
2
0
1.1k
Oct ’18
I'm not able to submit an app to TestFlight
I'm not able to submit an app to TestFlight because the Apple service is considering that I'm using a beta version of Toolchain. This started to happen after upgrading to the latest version of Xcode 10.1 (10B61).[18:07:19]: iTunes Transporter output above ^[18:07:19]: ERROR ITMS-90534: Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 9 or later, macOS, and iOS SDK or later. Don't submit apps built with beta software including beta macOS builds.Return status of iTunes Transporter was 1: ERROR ITMS-90534: Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 9 or later, macOS, and iOS SDK or later. Don't submit apps built with beta software including beta macOS builds.The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure.Anyone else with this problem?
5
0
2.6k
Oct ’18
Can't upload ipa - ERROR ITMS-90085: "No architectures in the binary. Lipo failed to detect any architectures in the bundle executable."
Hi, I tried to upload my ipa to appstore, but it always show this error:ERROR ITMS-90085: No architectures in the binary. Lipo failed to detect any architectures in the bundle executable.I tried with both xcode(9.4.1 and 10.1) and application loaderAnyone resolved this issue? Please help me.
0
0
1.2k
Nov ’18