I have noticed that if I add a picture to a contact in messaging or in the contacts app it will show up for a few seconds and then disappear. I have switched where my contacts are synced to hoping that would solve the issue. Any ideas Apple??
Search results for
build disappears
49,264 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I have updated my app yesterday and it was updated successfully but now app profile shows me both the new and last version ready for sale and create new version + sign is disappeared. Why this is happen?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Store Connect
App Store
Forums Feedback
iOS
When app is running in foreground or the app is launched then immediately all the push notification belongs to that app disappearing from Notification Group. How to retain the push notification history when app is running?
Hello. I'm implementing a webview in my app. Recently I'm using presentationDetents(_:) which is supported in iOS 16. And I found a problem in this Instance Method. PresentationDrag Indicator disappears in dark mode. It does not disappear when used in a common View. However, when I use it in htmlView(), this phenomenon appears. [Even if I set Css for dark mode in htmlView(), the result is the same.] I would be grateful if you could tell me how to solve this. Is there any way to control the style of presentationDetents (frame) or PresentationDragIndicator? (I'm aware of the parameters that hide or show the Indicator, but I'm asking if I can have more control over it.) in MainView: ... ... .sheet(isPresented: $activeSheet) { VStack(){ HTMLView(html: urlToOpenInSheet) .presentationDetents([.medium, .large]) .padding(5) } } ... ... in htmlView: struct HTMLView: UIViewRepresentable { let html: String class CoordinatorHTML : NSObject, UITextViewDelegate { func textView(_ textView: UITextView, shou
I am using EAAccessoryManager to connect to bluetooth device. The code is working correctly but for iOS 15 when there is an error the error message disappears straight away. here is the code that I am EAAccessoryManager *accessoryManager = [EAAccessoryManager sharedAccessoryManager]; NSPredicate *predicate = [NSPredicate predicateWithFormat:@self BEGINSWITH %@ OR self BEGINSWITH %@, FIRSTVALUE, SECONDVALUE]; [accessoryManager showBluetoothAccessoryPickerWithNameFilter:predicate completion:completionBlock]; The completion block is hit after the AlertDialog has disappeared. I have tried setting it to nil and still get the same behaviour for iOS 15 The bluethooth device shows the following message for iOS 14 and below. For iOS 15 it shows for a split second and dismisses itself. This is the error I am getting EABluetoothAccessoryPickerErrorDomain Any one know why iOS 15 might be having this behaviour. Any help would be appriciated.
Me too from HK! Thought it was my problem. I passed Validation and Distributed to appstore. The build appears blank in testflight, but after sometime it disappear. After found this posts, now is Apple’s problem.
Topic:
Code Signing
SubTopic:
General
Tags:
when switch branch in terminal, the package dependencies alway disappear. I have to restart Xcode to resolve this issue every time I switch the branch.
I made a ImagePicker in SwiftUI to pick a photo from the photo library. When the image was picked and shown by Image in a view, if I rotate the screen from portrait to landscape, the image disappeared. It behaves differently on different devices, e.g. on my colleague's device, the whole screen went black when rotating to landscape. And it is not always reproducible. But once it happens, it happends forever. I saw another post in this forum (https://forums.developer.apple.com/thread/119691) but I am not sure if they are the same issue. To check my code please refer to https://github.com/zjkuang/ImagePickerSwiftUI
I am making tvOS app, where I have collectionViewCell is embedded inside tableViewCell.If I scroll gently/slowly from top to bottom or left to right then scroll to bottom then none of cell disappears.But If scroll fastly from left to right then scroll to bottom, it makes CollectionViewCell disappear.
I have 2 apps, same code base (free+paid).I'm setting the badge icon before the app is closed (in applicationWillResignActive)For one of them (only the free version), the badge icon appears for a second and then disappears.I'm quite sure it's not something in the code, since it works ok for the paid version (badge doesn't disappear) and works ok (as much as I know/remember) on iOS 9.Also, when you move the app to a folder, the badge icon suddenly appears, until I reopen and close the app.It's one of those bugs that are hard to reproduce (sometimes the badge icon does stay for this app, but it much more disappears).Anyone else saw this?Yaniv
I'm facing a weird situation in my app. When keyboard shows up and I click on microphone icon for dictation, the Enable Dictation? alert shows up but disappears quickly before I can tap on any option. How do I find out what is wrong in my code or how do I fix it?
Container for my app disappeared from dashboard suddenly.I tested new subscriptions and take a brake after than, later when I opened a dashboard, my container is disappeared.But, I see containers for other apps. I also see that one more container disappered for test app which I didn't touch for months.I still can see my iCloud Containers in the Member Center in the Certificates, Identifiers and Profiles -> Identifiers tab -> iCloud Containers.I see containers for both applictions.I wouldn't care if this container was custom one. But's it's default container for my application and it tied with Bundle ID. I making an update, so I can't change my Bundle ID.I also won't use custom container.What I need to do to fix the problem?
Input method to switch the reminder disappeared in macOs Sierra 10.12.1 Beta (16B2327e)When you work in full screen, you will find it very inconvenient. Have anyone know How to fix it ?
Ever since the update to iOS 10.3, I have been unable to use my iPad Air with inter-device audio. It shows up in the device list in Audio MIDI setup, but when I click enable, it spins for a bit then disappears. It also disappears from Xcode at this point. It won't show up again until I unplug the lightning cable and plug it back in. Possibly related: I also have issues trying to create a new Audio or Screen recording of my iPad in QuickTime - it beachballs for a while then pops up saying The operation could not be completed and my device disappears from Audio MIDI Setup and Xcode.I tested with another iPad Air and an iPhone 6S - the other iPad Air has the same issue but the iPhone works as expected.Edit: Tested on an iPhone 5S and it has the same issue. The trend seems to be older devices have the issue but newer devices don't.Has anyone had the same issue and have any suggestions on how to fix this?
I’ve updated to the latest versions for iOS 11, and it’s been extremely buggy. One ongoing problem I’ve had is when I open quick reply from my notifications, and sometimes when I start typing, the quick reply message just disappears. It’s extremely frustrating and wondered if there was any way I could fix this?