I have an AVPlayerViewController object with an AVPlayer that loads a URL local to the app. Sometimes, when I put the app into the background, there's a chance that the content will disappear the next time I restore the app to the foreground. When I check the readyForDisplay property after it disappears, it returns false.Has anyone seen this happen before? Is it possible to prevent the player from disappearing, and if so, then how do I do it? I already tried removing the AVPlayer from the AVPlayerViewController when the app went into the background, and restoring it when it came back, as specified in this tech note, but that didn't work.
Search results for
build disappears
49,377 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
We have requirement in our project that we need to activate or deactivate audio in some of the screens and whenever we deactivate audio, we are facing problem like iPhone status bar is refreshing and some time icons in status bar like WIFI, battery and signal icons are disappearing and appearing after sometime or when we navigate through different screens in the app. Note: We have enabled one of the background mode setting called “Audio, AirPlay and Picture in Picture” in Info.plist. If we disabled above setting called “Audio, AirPlay and Picture in Picture” in Info.plist, we are not getting above problem like refreshing of status bar and disappearing of WIFI and other icons. Can any one please help us to resolve above issue without disabling the “Audio, AirPlay and Picture in Picture” in Info.plist I have tried below code to deactivate audio using AVAudioSession in Xamarin.IOs but didn't work var session = AVAudioSession.SharedInstance(); session.SetCategory(AVAudioSessionCategory.Playback)
FYI this took a while to figure out so I am putting this here in case anyone else is having the same code 0 cras.If you display a modal view (not Push for segue) and then present an alert if the display disappears (for example typical screen going blank after 2 seconds of viewing) the App will crash with code 0. Reproducable on both watchOS 3.0 and 3.1.I have submitted radar:29131322if you want to add to it if you are having the same problem.Greg
Did you do something special just before apps disappear ? Have a look here: https://www.imobie.com/support/apps-disappeared-from-iphone.htm https://www.tuneskit.com/ios-repair/apps-disappeared-on-iphone.html
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I'm having an issue with logging on my system (Sonoma 14.3.1), in that log messages disappear after 60-90 seconds, despite logging being configured to persist. This seems to happen across all subsystems. The symptoms are: • Watching the log stream in Console.app, messages older than 60-90 seconds disappear, even if no new messages are coming in. • log show --last 2d only returns messages from the last couple of minutes. I've filed FB13616761, but wondered if anyone had any other insights or suggestions. TIA
When I update the photos on facebook Finder Cover Flow disappears at the El Capitan
I just want to ask my user for a one-time location permission. However, when I click the button that activates the permission dialog, it disappears after one second. This has been brought up before - https://stackoverflow.com/questions/61993353/request-user-location-permission-in-swiftui - however I am already following this advice and storing @ObservedObject var locationManager = LocationManager() as a class variable in my view. View } Model } Any idea what the problem is?
When PKCanvasView is first drawn, existing drawing objects disappear. PKDrawing, which previously had drawings saved with PKCanvasView, was saved as separate data or file. After that, while creating a new PKCanvasView, I loaded the saved PKDrawing and reflected it in the new PKCanvasView. Below is the code. canvasView!.drawing = draw! Previously saved text or lines will be displayed normally. However, when I draw with the pen for the first time (when I touch the screen with the pen), the old writing or lines disappear. And after I leave a line or text, if I pan across the screen, the old text or line appears again. If this phenomenon occurs and you touch the screen again with the fan, this phenomenon will no longer occur. This phenomenon occurs the first time when a new PKCanvasView is declared and the previously saved PKDrawing is reflected. Could you please help me with why this phenomenon occurs and how to improve it?
I have had content blockers in the Mac App Store for years. Ever since moving to Sonoma, doing a clean build or archive in XCode deletes the extension from Safari settings since it never gets into the built app. The only way for me to get it back is to remove the DerivedData and target, reboot, and create a target with a different name. That works and stays around in Safari settings as long as I only build and don't clean. However, a clean or an archive removes it again. Restoring a version of the project from Time Machine that was posted to the App Store weeks or months ago doesn't work. However I can download the version of the app in the App Store, and it works, but I can't build it now from the source code that was used to build that version without going through the above process. Moving from Sonoma 14.7.1 to 14.7.2 didn't work. I would move to Sequoia if I had reason to believe that would work, but I don't. Safari 18.2, Sonoma 14.7.2, 32GB, 2.2 GHz 6-Core Intel Core i
Im having the same issue here. Build, validate and submit to app store works successfully in xcode, also i have provided the correct provisioning file which is App Store Distribution profile which has beta entitlement to distribute builds via TestFlight. After submitting to app store i visited iTunes connect and have seen the build in processing but after a couple of minutes it disappeared. Repeated it twice and the same thing happens. Anyone resolved this issued already. Please help. Thank you in advance. Btw im using xcode 8.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
Hi all, We have a working model with transparant front (to simulate glass), this successfully reflects like the surrounding border, while being transparant. However, there seem to be some glitches on various angles. There are some objects behind the glass that disappear when viewing it from the sides. Also when viewed from a low angle. They reappear whenever the AR view gets in front of the object again.
Did you try to do a clean build ?If that doesn't work, I would do the following :- delete one swift file in the second project- recreate a file with the same name (with New File command)- copy and paste from older project the content o the file- Repeat to other files (I hope you have not tens of them) until message disappear.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
I begin testing my IOS swiftdats Xcode 15 swift 5 on Sonoma and I am able to create my siwftdata tables as well as add records to several of the tables, Then as I proceeded with my te tables disappear and I get this error in the Xcode debug console: error: Error: Persistent History (6) has to be truncated due to the following entities being removed: ( AppSettings, Invoice, Clientele, Pay, InvoiceItem, TrackingArt ) This app used to work fine and as I was making changes it started behaving in this manner. Beside the code I will supply the entire debug console with the attached file debugConsole.txt Here is how I have the swift data containers setup. import SwiftData import TipKit import CloudKit @main struct ArtManagerApp: App { @StateObject private var copyInvoiceDetails = CopyInvoiceDetails() @StateObject private var copyPaymentDetails = CopyPaymentDetails() @StateObject private var artTypeSettings = ArtTypeSettings() @StateObject private var tipManager = TipManager() // @Query(sort: ArtPiece.artPie
Hi there, When using the AxisValueLabel in Swift Charts, the moment you add centered: true, the month or day on the right disappears. This has been a bug for over five months since I looked through other developer forums and they had the same issue. AxisValueLabel(format: .dateTime.weekday(), centered: true) leads to the following view: Now if we remove the centered: true, saturday will appear. It is probably a spacing issue, but since these are modifiers provided by Apple, it should do it correctly, right? If I am missing something and this is by desing, please enlighten me. Best Til
Hello, 简单搜索 App Disappeared from the App Store,Bundle Identifier is com.baidu.searchcraft,Could you please help me figure out why this happened?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect