Post

Replies

Boosts

Views

Activity

Reply to SwiftUI sheet dismiss warning
You need to move the showSheet property out of the view controller class and keep it as part of MySheetView otherwise you'll keep getting complaints.. The view needs to be responsible for showing and dismissing sheets not an external view controller.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’22
Reply to TestFlight version of Mac Multiplatform is on the wrong AppStore, but not the iOS TestFlight build
Did you ever find a resolution to this? I have the same issue
Replies
Boosts
Views
Activity
Jan ’26
Reply to iOS 26 RC: Testflight showing wrong currency for sandbox accounts
Yes, did you ever find a work around?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’26
Reply to Testflight Store Region Issue - Mac Catalyst
I have this issue with a Mac Swiftui app also - signing in to my App Store account and entering sandbox account credentials has not fixed this.
Replies
Boosts
Views
Activity
May ’25
Reply to Does SubscriptionStoreView .storeButton(for:.policies) work?
I think you need to specify a destination view as well…       TermsView()             })             .subscriptionStorePolicyDestination(for: .privacyPolicy, destination: {                 PrivacyView()             }) where TermsView() and PrivacyView() are views provided by you.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to StoreKit 2 isEligibleForIntroOffer
also wondering about this - did you find a solution?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to how to add animation in Launch Screen
For some reason I can't link to it but google Leo's Holy Swift website and there's an excellent post on exactly what you're looking for..
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to SwiftUI sheet dismiss warning
You need to move the showSheet property out of the view controller class and keep it as part of MySheetView otherwise you'll keep getting complaints.. The view needs to be responsible for showing and dismissing sheets not an external view controller.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to WeatherKit iOS SDK 401 network error
Same issue, For people who have weather kit working, in the dev portal under the Services tab: WeatherKit: Manage your weather kit usage I see a Coming soon greyed out box, ,is that the same for you?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22