Post

Replies

Boosts

Views

Activity

Reply to .sheet is displayed wrong
Try to move the .presentationDetents([.medium]) modifier to the last of the modifiers to the view (after .interactiveDismissDisabled()), sometimes the order of modifiers affects their effects. If it still doesn't work, you should file a feedback for this issue. — WindowsMEMZ @ Darock Studio
Oct ’24
Reply to My Custom Watchface
If you're using SwiftUI to build your watchface app, you can add ._statusBarHidden() modifier to your watchface view. You can also pass a variable as argument to control the visibility of the digital time dynamically like this: ._statusBarHidden(true) Note that this API isn't stable because it has _ prefix. And Xcode doesn't provide any documentation and auto completion about this modifier.
Oct ’24
Reply to .sheet is displayed wrong
Try to move the .presentationDetents([.medium]) modifier to the last of the modifiers to the view (after .interactiveDismissDisabled()), sometimes the order of modifiers affects their effects. If it still doesn't work, you should file a feedback for this issue. — WindowsMEMZ @ Darock Studio
Replies
Boosts
Views
Activity
Oct ’24
Reply to Project compilation error on Xcode 16 downloaded from Appstore
This seems like a bug of Swift compiler. You should open an issue here. During waiting for fixing, you can try to remove some code in these files to find out what part of code leads the crashing. — WindowsMEMZ @ Darock Studio
Replies
Boosts
Views
Activity
Oct ’24
Reply to Merge Multiple Apple Developer Accounts into One new Account
You can transfer your apps which are selling on App Sfore to another account. Learn more about app transfer. If your apps aren't ready for sell on App Store(e.g. with Prepare for Submission status). You have to remove the app and create a new app record on another account.
Replies
Boosts
Views
Activity
Oct ’24
Reply to How to Hide Provider Details on My App Store Page
According to the Digital Services Act in the EU, if you're acting as a trader on App Store, these info will be shown on App Store. Read this documentation to learn more about Digital Services Act trader requirements.
Replies
Boosts
Views
Activity
Oct ’24
Reply to My Custom Watchface
If you're using SwiftUI to build your watchface app, you can add ._statusBarHidden() modifier to your watchface view. You can also pass a variable as argument to control the visibility of the digital time dynamically like this: ._statusBarHidden(true) Note that this API isn't stable because it has _ prefix. And Xcode doesn't provide any documentation and auto completion about this modifier.
Replies
Boosts
Views
Activity
Oct ’24
Reply to non-store targeted app, only for internal use
Unlisted app distribution might be what you need.
Replies
Boosts
Views
Activity
Oct ’24