Search results for

ITMS-90158

1,681 results found

Post

Replies

Boosts

Views

Activity

ITMS-90338: Non-public API usage
We just compiled and uploaded new release with Xcode 16.1 to the App Store. A few minutes later the following email arrived: The app references non-public selectors in {app_name}: setNavigationBar:. 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. But we don’t have any setNavigationBar methods in our project. Only setNavigationBarHidden calls for navigationController. And this is not private API of course. Please let us know how to upload our update for review. Thank you!
1
0
353
Nov ’24
Reply to iTMSTransporter -m upload fail
I roughly followed the steps above outlined by / above and was able to get my fastlane build to succeed. Clean-up current build environment: Remove AppStore version of Transporter (I think this optional) Download and install the latest pkg file for iTMSTransporter from: https://help.apple.com/itc/transporteruserguide/en.lproj/static.html#apdAe41970bd As this point you can either update your build configuration, or symlink the java binary into the right location. Do one of the following... Update your build-config (this is what I did): Ensure that the following to environment variables are set in the build environment export FASTLANE_ITUNES_TRANSPORTER_USE_SHELL_SCRIPT=1; export FASTLANE_ITUNES_TRANSPORTER_PATH=/usr/local/itms; To sym-link the installation: mkdir -p /Applications/Transporter.app/Contents/itms/bin -- may require sudo or switching to root user (e.g. sudo su -) ln -s /usr/local/itms/bin/iTMSTransporter /Applications/Transporter.app/Contents/itms/bin/iTMSTranspo
Oct ’24
ERROR ITMS-90470: "Missing Info.plist Value. Your app's Info.plist must contain a string value for the 'CFBundleIcons.CFBundlePrimaryIcon' key."
We are trying to upload tv os new build to app store but its not allow us get submitted. We addedTop Shelf Image - 1920 x 720Top Shelf Image Wide - 2320 x 720We are using xcode 9, tried a lot times by deleting assets and adding new.My error listiTunes Store Operation FailedERROR ITMS-90470: Missing Info.plist Value. Your app's Info.plist must contain a string value for the 'CFBundleIcons.CFBundlePrimaryIcon' key.iTunes Store Operation FailedERROR ITMS-90513: Missing Info.plist Key. Your app's Info.plist must contain the 'TVTopShelfImage.TVTopShelfPrimaryImage' key.iTunes Store Operation FailedERROR ITMS-90513: Missing Info.plist Key. Your app's Info.plist must contain the 'TVTopShelfImage.TVTopShelfPrimaryImageWide' key.
0
0
1.1k
Feb ’18
ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS 12.4 SDK
We have two targets.MCOM and MCOM QA and both are built using iOS 12 SDK.But when we submit the MCOM build to Test Flight, we get following message.We identified one or more issues with a recent delivery for your app, Macy's 8.4.2 (8042.200501.150315). Your delivery was successful, but you may wish to correct the following issues in your next delivery:ITMS-90725: SDK Version Issue - This app update was built with the iOS 12.4 SDK. As of June 30, 2020, updates to apps for iPhone or iPad must be built with the iOS 13 SDK or later.But when we try to upload MCOM QA build to Test Flight, we get different messageERROR ITMS-90725: SDK Version Issue. This app was built with the iOS 12.4 SDK. New apps for iPhone or iPad must be built with the iOS 13 SDK or later. Return status of iTunes Transporter was 1: ERROR ITMS-90725: SDK Version Issue. This app was built with the iOS 12.4 SDK. New apps for iPhone or iPad must be built with the iOS 13 SDK or later.So basically Test Flights assumes our QA apps as
14
0
26k
May ’20
ITMS-90171 When Archiving Caused by MLModel Files
I'm trying to submit an app to the store that contains a bundle of `.mlmodel` files.When I archive the app and upload it to the app store I get a list of errors, one for each `.mlmodel` file that is in the bundle.An example of such an error is:Invalid Bundle Structure - The binary file 'MyApp.app/Frameworks/MyFramework.framework/AIModels.bundle/bot2emb51.o' 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.In this particular case I have a file that's marked for inclusion in the `AIModels` bundle called `bot2emb51.mlmodel`. I'm not sure why the file is being compiled into an object file, I thought it would be copied as an `mlmodel` file.Are there any Xcode settings I need to change, or flags that I can set in the compiled to work around this?
0
0
1k
Aug ’18
WARNING ITMS-90725: SDK Version Issue.
Hi EveryoneI got this warning from Apple:SDK Version Issue - This app was built with the iOS 12.0 SDK. Starting March 2019, all iOS apps submitted to the App Store must be built with the iOS 12.1 SDK or later, included in Xcode 10.1 or later. After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.I updated my xcode to the latest 10.1 version and my Application Loader is Version 3.7.2. I developed a new build after updating but I am still getting the SDK Version Issue. Is anybody else having this problem and do you know how to resolve it?Kind RegardsDaniella
4
0
6.1k
Jan ’19
Reply to Direct link to all my apps in App Store not working in iOS 12
Just to follow-up to my post: Apple responded to my case I opened with them. They confirmed that there is no official documentation regarding the itms-apps URL scheme, and that there is no guarantee about engineering side changes. But they suggested I use the format itms-apps://itunes.apple.com/<store name>/developer/<developer name>/id<id number>. The <store name> is the code that matches the developer's apple ID registration. For the United States, for example, it's us. I confirmed this also works with iOS 12.1.As hacknicity posted, it also works without the <developer name> and the <store name>. I wish Apple would officially document the itms-apps URL scheme since it's very useful for developers to be able to link to all our apps in the App Store directly from within our apps in a supported way, without worrying about Apple breaking the scheme in an iOS update.
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’18
ITMS-90129: The bundle uses a bundle name or display name that is already taken.
I'm trying to upload an update for my current application and I get Binary reject. I uploaded build with Xcode, everything succeeded and then I get an email: ITMS-90129: The bundle uses a bundle name or display name that is already taken. The thing is I haven't change bundle id or bundle name or display name. After getting this error I tried to change but always get the same error. The only thing I did in new update is created framework as separate target which I included in my app. Can I somehow get more information what bundle name/display name is already taken and what I should change?
1
0
3.9k
Sep ’20
PencilKit - ITMS-90338: Non-public API usage when uploading app to AppStoreConnect
I tried weak linking PencilKit in 3 different ways:Via target > Frameworks > Add PencilKit > Do Not EmbedBy weak linking using -weak_framework PencilKit in other linker flagsBy linking using -framework PencilKit in other linker flagsEach build was rejected using ITMS-90338: Non-public API usage.The project is in Objective-C. I also re-wrote the view controller that uses PencilKit into Swift and got the same error since that also bridges to ObjC land.Has anyone successfully uploaded an archive to AppStoreConnect that is also linked with PencilKit and has a lower deployment target than iOS 13.0?
2
0
1.5k
Aug ’19