Search results for

build disappears

50,291 results found

Post

Replies

Boosts

Views

Activity

APNS Production certificate disappear
Hi. Today found a critical issue. APNs certificates disappears (development and sandbox) in Certificates section. Certificates expiration year - 2022. And now clients not receiving push notifications. I`m not received any emails, notifications from Apple about expiration or removing current certificates. As was say before from new Apple Worldwide Developer Relations. This new intermediate certificate will not affect the availability or functionality of apps you’re already distributing on the App Store. And you can continue to use your existing certificates until they expire. Where I can see audit (logs) whats happened with certificates, who remove? Thanks UPD: If create new APNs certificate this will affect to current application in AppStore? Need I upload new app version?
1
0
1.6k
Mar ’21
nsPredicate disappeared when updated
I am working on a SwiftUI project and in a subview I use @FetchRequest to fetch data from CoreData. I have a menu to let user select which data to fetch, and by default I want to fetch all datas. The problem is when user open the menu and select a category then it refetch the data, it's correct and when user close the menu, the nsPredicate that the user have given will disappear and switch to the default predicate. I tried to write the same pattern code on 'EarthQuake' sample app, it has the same problem. And here is the code: List(selection: $selection) { ListView(search: $searchText) } .background(toggle ? Color.red.opacity(0.01) : nil) .toolbar { ToolbarItem(placement: .bottomBar) { Button { toggle.toggle() } label: { Text(Toggle) } } } .searchable(text: $searchText) ListView: struct ListView: View { @FetchRequest(sortDescriptors: [SortDescriptor(.time, order: .reverse)]) // predicate: nil private var quakes: FetchedResults @Binding var search: String var body: some View { ForEach(quakes, id: .cod
1
0
1.3k
Jul ’21
UITextField's text disappeared when focused.
My view has several textfields for register. The problem is when I focus on a textfield to update, the text and the caret in the textfield disappeared (but it still stores the value). The text value only appears after the textfield lost keyboard focus. This error happen with all the devices I have (iPhone 12, iPad), all the simulators I tried. The only thing that works fine is when I using the simulator, I typed in textfield by my Mac physical keyboard instead of simulator's onscreen keyboard. I'm new in iOS and Swift so please can you help me to resolve this. I could provide UI Hierarchy if needed
3
0
2.1k
Jan ’21
iOS13, action extension list disappear
I create a project open action extension list, there is an Edit Actions... button under the list. But if I switch off all actions and clicked done, the button disappear and there is no way I can re-switch on any actions in this project. Is it a OS bug or I need change some code in host app / containing app to make it appear?
0
0
485
Sep ’19
Navigation bar disappear when rotating view on some devices and simulators
As title, i have three view A, B and C view, and i use NavigationLink from A to B and from B to C without NavigationView except A.The NavigationBar disappear when i rotate to landscape and back to portrait in B or C views on some device. There are devices tested so far: NavigationBar disappear: iPhone XR iOS 14.4 no disappear: iPhone XS iOS 14.4 tested on simulator: device: i8, i8plus, 11, 11pro, version: iOS 13.0, 14.3 NavigationBar disappear: iPhone 8 Plus, iPhone 11 on iOS 14.3 and the others didn't disappear is there a bug for SwiftUI? or is a problem for specific devices? Thanks.
2
0
1.3k
Mar ’21
App disappeared after accepted for distribution.
After my app was approved for distribution I was filling out the contract information and when I went back to the Apps section my app had disappeared. Now when I try to log back in I am directed to a “We cannot process your request”. I tried all browsers and several devices and was able to log back in but the Apps page is still blank. I have not heard back from Apple Support. If anyone has any suggestions it would be much appreciated. thanks
1
0
352
Oct ’24
App Suddenly Disappeared from Apple Store Connect
Our app, which is still available on the App Store, has suddenly disappeared entirely from Apple Store Connect. Although it can still be found on the App Store, we are unable to locate it in Apple Store Connect for management. Just a few days ago, it was successfully submitted for review, and its status was Pending Developer Release. However, today when we were preparing to release it, we logged into Apple Store Connect and found that the app had completely disappeared and couldn't be found even in the Removed Apps section. Our App Store Link
6
0
1.5k
Jun ’24
podcast disappeared
Hi,I've been making a podcast for a couple month and everything was fine but now it seems to disapear in itunes store. I also discovered a big in my wordpress page code which made my website look strange and also affected the RSS (http://magazynszosa.pl/feed/podcast) that page generates for itunes. So, maybe Itunes forgot my podcast? Now the RSS is fine again and I wonder if I just should wait a bit and let itunes realize it's ok or should I notify Apple? If so, which contact should I use? Thanks
1
0
164
Jan ’16
TexField Disappears
Hi everyone,So I have a ViewController, inside it i have a TableView and at the bottom of it a View that contains a TextField and a Button.When the keyboard appears I tried to put the View at the bottom just above the keyboard and my View appears only if I put my View in front like this :self.view.bringSubviewToFront(SendMessageView)(Just to be clear my View is visble and I can see it, it only dissapears when I try to move it on top of the keyboard when it appears)So now that I can see my View when I mooved it above the keyboard, when I begin to type something my View dissapears instantly and I hane no clue why and I don't know how to fix this.I hope I explained my problem clearly, and of course if needed I can post more of my code, I tried to put a screenshot in the post but it didn't work.Thanks in advance,Arkning
17
0
2.4k
Nov ’18
Safari Web Extension disappearing on click
I converted my Chrome extension to a Safari web extension using this converter. I then run the extension in xcode (macOS (App)) open the app allow unsigned extensions in Safari select the checkbox in Extension settings, giving it permission to run The extension icon then shows up in Safari where its supposed to. However, whenever I click on the icon to test the extension, nothing opens and the icon disappears. Is there an extra step I'm missing?
1
0
525
Dec ’21