Missing apps in the App Store Connect Apps. App Store Connect Apps list shows only Prepare for Submission apps and don't show those in Ready for Sale status and watchOS apps. They disappeared today (Feb 7, 2024). Disappeared apps could be opened by a direct link in format https://appstoreconnect.apple.com/apps/[app_id]/appstore/ios/version/deliverable
Search results for
build disappears
49,353 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Storyboard looks as designed when loading except will not render graphics. If I view a code and then return to storyboard all objects are there but invisible until I reload the project. I can reproduce this is a program that is a subset by changing the return of a method from an object containing a dictionary value to a number (Double), which then restores visibility. I hasve tried this with and without Auto Layout, without effect.I would appreciate any help
A couple of days after installing the beta, iPhone 7 Plus started strangely deleting apps. After a while only a handful were left. Of the default apps only notes was left. Safari, settings, phone... are all gone.I am on holiday trip without a laptop (or access to Apple care). Is there any way to get the phone working without computer/iTunes?THanks for your help in advance!
When rearranging the home screen and subsequent pages, folders containing apps will spontaneously vanish, leaving the app icons on the pages. It may be related to widgets moving on the page.
I have two apps that are 12+, Spotify and Roblox, and yesterday, I noticed that they were gone from my Home Screen and App Library. They are still installed, but when I go on to the App Store, go on the app, and tap Open, I get a pop-up saying, “Restrictions Enabled—Certain apps, features, or services can't be seen or used when Restrictions are on. To use this app, turn Restrictions off.” But in fact, the age limit in my restrictions is set to 12+, so I don’t know why I can’t open them. I have the iPadOS 26 Developer Beta installed, and it’s an iPad (A16 model). Is the problem somehow related to the Beta? I posted this on in the Apple Support Community, but I got an email saying they deleted my post since it contained information about beta software.
Topic:
Community
SubTopic:
Apple Developers
I can confirm that the Compressed File Size literally appears and disappears randomly! Right now I have the same build open in two tabs, one has the Compressed File Size displayed, the other is missing it completely. It is a build from two days ago that is fully approved. Most of the time the Compressed File Size will not be displayed though, it's some rare thing you happen to see now and again lol.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
We're seeing a similar problem with our custom UI invites to real time matches. We find that making arbitrary changes to the build version number can make the issue disappear/reappear. Have filed a radar: 26717939Perhaps as robatmac says, keeping the build and version numbers the same as the store build until right before the update might be the way to go. But making a last minute change that you know will break your dev build, then trusting that it'll magically be fixed by iTunesConnect after release makes me uncomfortable.
Topic:
Graphics & Games
SubTopic:
GameKit
Tags:
TestFlight is great, and the intro screens that appear when a tester launches your app for the first time are very helpful. However, I want to know when those screens appear, and when they disappear, so I can pause audio playback and resume it. Right now audio plays under these screens and it's not ideal. I tried hooking into viewWillDisappear and viewWillAppear on the initial UIViewController, but the TestFlight intro screens do not trigger these.
I can confirm that the Compressed File Size literally appears and disappears randomly! Right now I have the same build open in two tabs, one has the Compressed File Size displayed, the other is missing it completely. It is a build from two days ago that is fully approved. Most of the time the Compressed File Size will not be displayed though, it's some rare thing you happen to see now and again lol.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
I'm trying to convert an existing Chrome Extension to Safari Web Extension. Immediately after convert, xcode opens and I build the project. Everything looks perfect in Safari: the popup works fine, the context menu item is there, options are there. The moment I restart Safari, the context menu item disappears and service worker is not loaded. My Manifest v3: background: { service_worker: js/background.js }, permissions: [ contextMenus, activeTab, storage ], My background script: chrome.contextMenus.removeAll(() => { chrome.contextMenus.create(properties); });
Final Fantasy XV: A New Empire has suddenly stopped ranking on 18/10 in top 500. Just a day before it was ranking no.4. Please advise.Many thanks
I don't understant why, Application loader was still there today, it was open. I closed it earlier today, and this evening I open Xcode, it installs component I don't know why and when I look in the menu no more Application Loader in the developper tools...***???? Where Application loader is gone????????
This morning I discovered that all of my Apple developer certificates are gone from dev.apple.com I'm certain at least one was there last week. I am trying to get Fastlane to work. (Though it seems far more trouble than cure). Why would my developer certificate be completely gone? What will happen to my existing apps?
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Developer Tools
Signing Certificates
Developer Program
before like 15 mins ago, i was watching something on Instagram and back to Library to open Discord App when all my applications was gone from Library until i restarted my phone and everything was back, maybe it’s a bug or something. IOS 26 Beta 3
Topic:
Community
SubTopic:
Apple Developers
I have a scroll view with one item in it. When is scroll it under a the navigation bar it disappears before the whole cell is gone it seems to be about when ½ the cell is disappeared. Simple LazyVStack NavigationView { ZStack { ScrollView { LazyVStack { ForEach(model.wallets, id: .id) { wallet in GalleryCell(wallet: wallet) } } } }