Post

Replies

Boosts

Views

Activity

Reply to Wrong Product.displayPrice?
This is how it's supposed to work, isn't it? A user in Ukraine will be viewing the Ukraine App Store, which shows prices in UAH. Why would Ukrainian App Store users want to see prices in USD? They'd have to convert it to UAH in their heads. There are settings in App Store Connect for your products that deal with the pricing. I'm not sure how much you can tweak it, but you might want to have a look in there and see if there's something you want to change. If I've misunderstood your question, please feel free to provide more clarity.
Apr ’25
Reply to widget gettimeline completion question
Doesn't the completion handler have to be called within the method? (as in, does Code force you to return something from the method?) If not, it should be fine because it just doesn't mark that you've got new data; it didn't complete. If your widget doesn't receive any updates, it should be written to handle missing data. As an example, add the Apple Weather widget to your Home Screen. Turn off your Wi-Fi, mobile data etc. and see what it looks like. It says it can get data right now. Your widget should handle no data in a similar way.
Apr ’25
Reply to iOS 18 System Bug Causes URL Scheme Failure
Right. Have you raised a bug, or are you hoping someone at Apple will come across your post in these Developer Forums (which are for random third-party not-employed-by-Apple developers) and raise the bug for you? Please raise a Feedback report at https://feedbackassistant.apple.com/ then post the FB number here.
Apr ’25
Reply to Debugging help
Put the call to modelContext.fetch() inside a try { ... } catch { ... } block, and print out the error that it catches. If you're trying to do something but you aren't bothering to catch any errors to see why it's failing, you're going to hit issues like this. Your current code is always assuming that everything is 100% tickety-boo all the time. If transactions was nil, the call to transaction.count would crash the app anyway.
Apr ’25
Reply to SwiftUI macOS simple NavigationStack and NavigationLink -> problem on multiplatform project
What platform versions are you running this on? What version of iOS? What version of macOS? What version of Xcode? And, how wide is the window that you took the Second View screenshot of? Does the back arrow (or the title) appear in the right location if the window is wider? What happens if you resize the macOS window while it's running? Do the arrow and title draw correctly?
Topic: UI Frameworks SubTopic: SwiftUI
Apr ’25
Reply to Sound Design For Hire
Wrong place. These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. This isn't the place to advertise your wares.
Apr ’25