Post

Replies

Boosts

Views

Activity

Reply to 1 Action Pending
That's an information message telling you what you can do in Business section. Maybe you just have nothing to do ? Усі країни та: that may relate to the countries where you distribute your apps, you may miss some information there. Could you tell what is the content of action pending ?
Jul ’24
Reply to detecting Phone Number changed
if we could at least know if the phone number provided by the server differs from the current phone number on the smartphone. You may file a feedback to ask for such evolution. But as even this provides sensitive information about user (know he/she did change), I do doubt you would ever get it.
Topic: App & System Services SubTopic: General Tags:
Jul ’24
Reply to Weird problem with my custom view in SwiftUI
I made some tests. It seems that padding on ScrollView is creating the issue. This code work. no ScrollView, padding applies to HStack var body: some View { ScrollView { VStack { // ScrollView(.horizontal) { HStack { LeagueSelectorButton(text: "Premier League", leagueID: 39, isSelected: $isSelected) } // } // .scrollIndicators(.hidden) .padding() This one doesn't: padding applies to ScrollView var body: some View { ScrollView { VStack { ScrollView(.horizontal) { HStack { LeagueSelectorButton(text: "Premier League", leagueID: 39, isSelected: $isSelected) } } // .scrollIndicators(.hidden) .padding() This works as well: ScrollView but padding moved as HStack modifier: var body: some View { ScrollView { VStack { ScrollView(.horizontal) { HStack { LeagueSelectorButton(text: "Premier League", leagueID: 39, isSelected: $isSelected) } .padding() // <<-- Works if padding here } .scrollIndicators(.hidden) // .padding() // <<-- Does not work if padding here
Topic: UI Frameworks SubTopic: SwiftUI
Jul ’24
Reply to Xcode Version 15.4 (15F31d) is consistently changing "class" and "struct" to "enum"
Cat typing would have been a good explanation 🐱 More seriously. I have not met such issues recently. But I remember, with older versions of Xcode to have faced issues with files that seemed to change in my back or not to take into account I had made. If I remember correctly, it happened when I reopened a file through the "history" via tabs and not via the file list on the left pane. Then Xcode would reload an older version. A solution is often to call Clean Build Folder in the Product menu. Hope that helps.
Jul ’24
Reply to resubmit app under new app ID after reject
You should create a brand new App in AppstoreConnect. I advise you to explain clearly, in the comments to reviewer that you did it on request from review team. Otherwise, you could be rejected as a spam (to your own previous app !). Good luck.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Swift app is failing to build with Xcode 15.4 on Sonoma Silicon
@nrednam, could post a small project showing the problem, so we can try to reproduce (and check if it is a configuration issue) ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Suppression of Apple Pay Passes in Amtrak Mobile App
You should contact Apple Developers support to check directly.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to 1 Action Pending
That's an information message telling you what you can do in Business section. Maybe you just have nothing to do ? Усі країни та: that may relate to the countries where you distribute your apps, you may miss some information there. Could you tell what is the content of action pending ?
Replies
Boosts
Views
Activity
Jul ’24
Reply to latest ios 18 beta update has my ipad running very hot
The forum is for questions about app development, not about products use. You'd better ask on Apple Support Communities: https://discussions.apple.com/welcome
Replies
Boosts
Views
Activity
Jul ’24
Reply to [FEATURE REQUEST] Need Dark mode on Developer forums
Asking for a feature ASAP, on this forum, will not yield any result. But you can post a bug report for suggestion. No need to ask ASAP (which is a bit coarse) as Apple is the only one to decide the opportunity and urgency.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Could Apple publish an app to me if I make it available for only one device?
Why would you need it ? To make it easier to develop ? But that's a bad reason seen from user. And Guidelines state: 2.4.1 To ensure people get the most out of your app, iPhone apps should run on iPad whenever possible. We encourage you to consider building apps so customers can use them on all of their devices.
Replies
Boosts
Views
Activity
Jul ’24
Reply to detecting Phone Number changed
if we could at least know if the phone number provided by the server differs from the current phone number on the smartphone. You may file a feedback to ask for such evolution. But as even this provides sensitive information about user (know he/she did change), I do doubt you would ever get it.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Weird problem with my custom view in SwiftUI
I made some tests. It seems that padding on ScrollView is creating the issue. This code work. no ScrollView, padding applies to HStack var body: some View { ScrollView { VStack { // ScrollView(.horizontal) { HStack { LeagueSelectorButton(text: "Premier League", leagueID: 39, isSelected: $isSelected) } // } // .scrollIndicators(.hidden) .padding() This one doesn't: padding applies to ScrollView var body: some View { ScrollView { VStack { ScrollView(.horizontal) { HStack { LeagueSelectorButton(text: "Premier League", leagueID: 39, isSelected: $isSelected) } } // .scrollIndicators(.hidden) .padding() This works as well: ScrollView but padding moved as HStack modifier: var body: some View { ScrollView { VStack { ScrollView(.horizontal) { HStack { LeagueSelectorButton(text: "Premier League", leagueID: 39, isSelected: $isSelected) } .padding() // <<-- Works if padding here } .scrollIndicators(.hidden) // .padding() // <<-- Does not work if padding here
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Jul ’24
Reply to Xcode Version 15.4 (15F31d) is consistently changing "class" and "struct" to "enum"
You should file a bug report, with a video to show the behavior.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Xcode Version 15.4 (15F31d) is consistently changing "class" and "struct" to "enum"
Cat typing would have been a good explanation 🐱 More seriously. I have not met such issues recently. But I remember, with older versions of Xcode to have faced issues with files that seemed to change in my back or not to take into account I had made. If I remember correctly, it happened when I reopened a file through the "history" via tabs and not via the file list on the left pane. Then Xcode would reload an older version. A solution is often to call Clean Build Folder in the Product menu. Hope that helps.
Replies
Boosts
Views
Activity
Jul ’24
Reply to iPhone doesn't show up in locations
The forum is for questions about developing software app development, not about products use. You'd better ask on Apple Support Communities: https://discussions.apple.com/welcome
Replies
Boosts
Views
Activity
Jul ’24
Reply to iOS 18 bata update
Welcome to the forum. What was your question ? A title alone is not a useful post on the forum. As you are new here, please read this to know how to properly use the forum: https://developer.apple.com/forums/thread/706527
Replies
Boosts
Views
Activity
Jul ’24
Reply to iPhone X restart
What is your question ? What is the context ? Just dumping a crash report without explanation does not help helping you. So please take time to explain better.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Keyboard bug in MacOS
If I understand correctly what you want, the shortcut is shift+Right/Left, without Cmd. I tested in Xcode.
Replies
Boosts
Views
Activity
Jul ’24