Search results for

build disappears

49,257 results found

Post

Replies

Boosts

Views

Activity

How to reliably link a new build to newly-created IAP? After submitting, selected IAP “disappear” from the submission
Hi everyone, I’m trying to submit my first release with In-App Purchases, but I can’t keep the IAP attached to the submission. Status: Not published yet (first release) Version: 5.0.0 (multiple builds: (7), (8), etc.) What happens I upload a new build and select it for version 5.0.0. I go to Add for Review and select my newly created IAP (auto-renewable subscriptions). I submit the version. When I re-open the submission details, the IAP section is empty (they no longer appear as “Included in this submission”). The result is a double failure: App rejection (Guideline 2.1 – “IAP not found in the submitted binary”). Each IAP is also rejected for lack of a binary in its review context. It looks like the IAP and the build keep getting detached from each other after I submit. Since this is my first version, I’ve tried changing builds and even editing version metadata, but it still feels like I’m just “editing the first version” rather than creating a fresh link between this binar
0
0
100
4w
PresentationDragIndicator disappears in dark mode
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
1
0
904
Feb ’23
UIAlertController disappearing instantaneously for iOS 15
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.
2
0
566
Nov ’21
View disappears when rotating the screen
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
1
0
1.5k
Sep ’19
Fast scrolling makes collectionViewCell disappear.
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.
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
344
May ’17
Badge icons disappears in iOS 10
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
2
0
1k
Sep ’16
Default Container Disappeared From Dashboard
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?
7
0
1.2k
Jun ’16
Inter-device Audio Device Disappears
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?
11
0
2.3k
Apr ’17