Post

Replies

Boosts

Views

Activity

Reply to Payments are on hold?? Apple skip my monthly payment 😡
This happens when you lock features behind a paywall the user wants access to. They pay, they get use of the feature, and then request a refund. If this happens in high volumes where the refunds exceed the total revenue, the above situation will arise, which means you have a wrong business model. Apple should provide an option where the developer can top up their app's sales balance, just like an overdrawn bank, to release it from the hold they place on the account or provide developers with an option not to offer refunds.
Nov ’24
Reply to How can I make my multi-window Catalyst app restore window size and position after closing with stoplight button?
UI Restoration https://developer.apple.com/documentation/uikit/view_controllers/preserving_your_app_s_ui_across_launches/about_the_ui_restoration_process Restoring your App's State https://developer.apple.com/documentation/uikit/uiscenedelegate/restoring_your_app_s_state Preserving your App's State https://developer.apple.com/documentation/uikit/view_controllers/preserving_your_app_s_ui_across_launches Always remember that your MacCatalyst is an iOS app running on the Mac, not natively.
Topic: UI Frameworks SubTopic: UIKit Tags:
Oct ’24
Reply to How to get a Double with two decimal points without round?
Fast forward, when you mix c++ with swift on the c++ side there’s no precision issue.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to UIAlertViewController and phone number read back during voiceover
The issue was resolved but the conversation was here https://stackoverflow.com/questions/21774899/voice-over-doesnt-read-phone-number-properly if there is no link after posting this then it was removed.
Replies
Boosts
Views
Activity
Apr ’25
Reply to DTS - Simulator Apps menu settings missing since iOS 18.2
I originally reported this issue 12/17/2024 under FB16112960. The status says a potential fix has been identified.
Replies
Boosts
Views
Activity
Mar ’25
Reply to How to Remove OpaqueTypeErasure from SwiftUI
Just branch and prepare your code base for Swift 6 instead of setting up the project for obsolescence.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Payments are on hold?? Apple skip my monthly payment 😡
This happens when you lock features behind a paywall the user wants access to. They pay, they get use of the feature, and then request a refund. If this happens in high volumes where the refunds exceed the total revenue, the above situation will arise, which means you have a wrong business model. Apple should provide an option where the developer can top up their app's sales balance, just like an overdrawn bank, to release it from the hold they place on the account or provide developers with an option not to offer refunds.
Replies
Boosts
Views
Activity
Nov ’24
Reply to How to build clang modules to work with Swift/C++ interop
You can begin here: https://www.swift.org/documentation/cxx-interop/
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Image playground waitlist
You will just have to wait until it's released or you have placed an app or two into the store.
Replies
Boosts
Views
Activity
Nov ’24
Reply to Defer system gestures in a WatchKit app
If it's not documented, then it's not supported - file a bug report, but this sounds like an overarching system service that cannot be altered.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to how to prevent YouTube app from opening.
No, you cannot prevent an app from launching via a deep link.
Topic: Safari & Web SubTopic: General
Replies
Boosts
Views
Activity
Nov ’24
Reply to Issues with UserDefault boolean
Never store passwords or pass anything in user defaults because it is not secured. If it's a homework assignment, then it's ok.
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to I’ve been waiting a week for my apple intelligence features.
Your account is too new ...
Replies
Boosts
Views
Activity
Nov ’24
Reply to Crash due to missing symbols from libc++ [macOS 11.7.10] [Big Sur]
ProductName: macOS ProductVersion: -->14.3.1<-- BuildVersion: 23D60 - Upgrading the OS is required.
Topic: Programming Languages SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to How to wake up the Apple Watch app in the background
Look into push notifications with a deep link or universal link.
Replies
Boosts
Views
Activity
Oct ’24
Reply to How can I make my multi-window Catalyst app restore window size and position after closing with stoplight button?
UI Restoration https://developer.apple.com/documentation/uikit/view_controllers/preserving_your_app_s_ui_across_launches/about_the_ui_restoration_process Restoring your App's State https://developer.apple.com/documentation/uikit/uiscenedelegate/restoring_your_app_s_state Preserving your App's State https://developer.apple.com/documentation/uikit/view_controllers/preserving_your_app_s_ui_across_launches Always remember that your MacCatalyst is an iOS app running on the Mac, not natively.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to  intelligence
What playground?
Replies
Boosts
Views
Activity
Oct ’24