Post

Replies

Boosts

Views

Activity

Reply to TestFlight group selection disabled for 'Ready to Test' build — Tried 3 builds, same issue
I have this issue too. Uploaded a build yesterday and it deployed to internal TestFlight group without any issue. But all the builds uploaded today are still not deployed for testing. I tried uploading multiple builds for two different apps. But the issue is still the same even after 12 hours.
Replies
Boosts
Views
Activity
Mar ’25
Reply to Mac Catalyst Push notifications
Hi @girishw, have you found a solution to this? Requesting notification authorisation is not working for me (on Xcode 14.1 beta and macOS 13 beta)
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to SwiftUI default focus on TextField/TextEditor when view is loaded
Use .task to assign the initial focused field instead of using .onAppear TextField("Placeholder", text: $text)       .focused($focusedField, equals: .field)       .task {         self.focusedField = .field }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21