Search results for

ITMS-90158

1,681 results found

Post

Replies

Boosts

Views

Activity

The value for the key 'MinimumOSVersion' in bundle [notification extrension] is invalid. The minimum value is 10
I am seeing this error message in Application Loader when attempting to upload a new build to iTunes Connect. I uploaded a new build from the same branch a week ago, which was later reviewed (and approved) without this error. A week later, I up the version number of the app and now I can't upload a new build. Full Error message:ERROR ITMS-90362: Invalid Info.plist value. The value for the key 'MinimumOSVersion' in bundle AppName/PlugIns/AppNameNotificationServiceExtension.appex is invalid. The minimum value is 10The app includes a Notification Service Extension - the last 10 versions of the app have included this additional service - and the error message is specifically saying the MinimumOSVersion on the notification extension is the problem.But, no changes have been made to that target in months. None. No changes have been made to the app at all since the previous version - I went back to the exact branch of the last released version, and I upped the version number without making ANY OTHER CHANGES
5
0
6.1k
Aug ’17
Error itms-90503 arm64 slice for Sticker app?
Hello, I'm a new developer and I've made a sticker app just to get familiar with the process of submitting an app for the App Store.All of my IDs, Profiles, and Certificates are correct. The only problem I'm running into, is that when I try to upload it to iTunes Connect, it tells me that since it has arm64 in the info list, it must contain an arm64 slice. I've gone though as much as I can to figure out how to set it to just arm64. Everything I see says it's in arm64.Does it need the armv7 and armv7s? The first time I tried uploading the app, it told me it had all three, armv7, armv7s, and arm64. Got rid of the armv7 and armv7s and left arm64, still getting the ERROR ITMS-90503 Invalid Bundle. I have no idea what is going on. I've tried remaking the app several times and keep getting the same message. I'm just making a Sticker app. Can anyone help please?
6
0
2.2k
Aug ’17
ERROR ITMS-90502: "Invalid Bundle. Apps that only contain the arm64 slice must also have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist."
I get this error each time when I try to upload my iOS 11 only App to iTunes Connect:ERROR ITMS-90502: Invalid Bundle. Apps that only contain the arm64 slice must also have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist.I have added<key>UIRequiredDeviceCapabilities</key> <array> <string>arm64</string> </array>to every Info.plist of my targets already!I also have set valid architectures in my build configuration to arm64 only.I am using Xcode 9 beta 5.Any idea how to fix that? Why does it not work even though I added UIRequiredDeviceCapabilities?
49
0
23k
Aug ’17
How to upload a new version on transferred app from other account ,Potential loss of keychain access
I have transferred app from one account to another iTunes account.I have created new certificate and provisioning profile from new developer account. Now, I am trying to upload a new version of the app and getting below warning: WARNING ITMS-90067: Potential loss of keychain access. The previous version of software has an application-identifier value of [‘FKKB5B9763.com.(my-app-id)'] and the new version of software being submitted has an application-identifier of [‘BBB5Y2NZ8S.com.(my-app-id)']. This will result in a loss of keychain access. Due to this warning, app is not uploading on iTunes.In my case, Bundle ID is same but App ID prefix is different because app is transferred from one account to another. And I can not edit the App ID Prefix. So, the question is how a new version can be uploaded. I have tried to upload app multiple times using Organiser and Application Loader and getting the same warning always. And I think because of this warning build is not being upload on iTunes. So, I am not ab
1
0
1.6k
Aug ’17
InHouse / Enterprise App Installing Updates
Hi,Prior to ios 11 I was able to display an alert within an Enterprise App to warn users an App update was available.The alert had a button which would allow users to install an updated version of the Enterprise App.The button would open a URL with the usual format using [UIApplication sharedApplication]- itms-services://?action=download-manifest&url=https://(PATH_TO_PLIST)This allowed users to easily install updates.However in iOS 11 Betas this no longer works.Is this an intended feature or indeed an issue?Does anyone have a work around?ThanksDave
3
0
3.6k
Aug ’17
iMessage Sticker app Upload errors
I am trying to upload a simple iMessage stickers application, and I keep getting 2 errors. I do not know what is going on. Thanks for any help!! I have copied the error text below.iTunes Store Operation FailedERROR ITMS-90503: Invalid Bundle. Apps that have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist must only contain the arm64 slice.iTunes Store Operation Faileddescription length:351266Thanks again!
2
0
1.8k
Aug ’17
iMessage Sticker app won't upload
I am trying to upload a simple iMessage stickers application, and I keep getting 2 errors. I do not know what is going on. Thanks for any help!! I have copied the error text below.iTunes Store Operation FailedERROR ITMS-90503: Invalid Bundle. Apps that have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist must only contain the arm64 slice.iTunes Store Operation Faileddescription length:351266Thanks again!
1
0
1.2k
Aug ’17
Refresh App Store or open Updates tab
We often push out a mandatory app update and users with an older version are prompted to update the app. This taking them to the app page using a link like this.itms-apps://itunes.apple.com/app/<my-app-id>Many users are complaining that they see no option to Update even though the app was approved and released days ago. We are not using timed releases either.I have noticed this issue personally as well. Restarting App Store or visiting the Updates tab fixes the issue. This is a problem as developers can't expect users to know this information.Can we somehow force the App Store to update the app page (and not use an old cached version)? Or is there a way to open the Updates tab in App Store via an itms or https link?
3
0
2.1k
Aug ’17
Reply to Testing Promoted IAPs in Beta 4
After talking with Apple Support we tracked the problem down to the case of parameters on the test links:Very specifically, it has to be itms-services://?action=purchaseIntent&bundleId= rather than bundleIDGetting the parameter case wrong will result in no useful logging, so be extra careful out there!
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’17
"Bad Bundle Identifier" issue
Background: I have an app currently in the store containing a notification extension. The app's bundle ID is (redacted) `com.mycompany.myapp`, and the notification extension's bundle ID is `com.mycompany.myapp.notification.extension`.Several builds with this setup have been submitted successfully, including the build currently available on the store for download.When I try to upload my new build, I get the following error:ERROR ITMS-90347: Bad bundle identifier. The bundle identifier 'com.mycompany.myapp.notification.extension' of the application extension MyApp.app/PlugIns/MyApp Notification Extension.appex should start with the application's bundle identifier 'com.mycompany.myapp' and not contain more than one period . after the application's bundle ID.Does anybody know what's going on here? Have the rules regarding valid bundle IDs changed in the past month or so? How can I upload my new build without changing my bundle ID? I've tried uploading via both Application Loader and the iTunes Connect AP
4
0
1.7k
Aug ’17
Reply to top shelf image wide
I already included those images on the project and I still get the same errorERROR ITMS-90513: Missing Info.plist Key. Your app's Info.plist must contain the 'TVTopShelfImage.TVTopShelfPrimaryImage' key.the images are 2 jpegs for each accordingly“Top Shelf Image Wide” (2320x720)Top Shelf Image” (1920x720)
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’17
error itms-90168 the binary you uploaded was invalid
Hello.I was struggling with error itms-90168 for a few days.there are things I've done so far because of this error.The first was to get the latest version of Xcode's Applocation LoaderSecond, I deleted Xcode and tried it again after installation.Third, I added an item that is not defined in Privacy to info.plist. You're using camera, gallery, location, and contact information.Fourth, I destroyed all the certificates and regenerated them.I'm still looking for another way. But I could not solve anything. What should I do ?
0
0
507
Aug ’17
Mac OS/Electron - ERROR ITMS-90207
Hello there,I have some problems whit submitting my app to the Mac App Store.I am using Electron with React-js for my app and Electron-builder to create my distribution bundle.build info:“build”: { “appId”: “com.smarterback.smbapp”, “mac”: { “category”: “public.app-category.utilities”, “target”: [ “pkg”, “dmg”, “zip” ], “identity”: “iPhone Distribution: JENGO LLC (63UV74H5Q5)“, “entitlements”: “Info.plist”, “type”: “distribution”, “icon”: “test.icns” }, “mas”: { “category”: “public.app-category.utilities”, “target”: [ “pkg”, “dmg”, “zip” ], “identity”: “iPhone Distribution: JENGO LLC (63UV74H5Q5)“, “entitlements”: “Info.plist”, “type”: “distribution”, “icon”: “test.icns” }In Application Loader i upload zip include: SmarterBack.app:Screenshot URL: http://i.imgur.com/6k2SFyV.pngI had few errors on the way and I have fixed all exept this one:“ERROR ITMS-90207: “Invalid Bundle. The bundle at ‘SmarterBack.app’ does not contain a bundle executable”. ( http://i.imgur.com/wD3MmCN.png (57kB)) I’ve tried to ch
0
0
873
Aug ’17