Post

Replies

Boosts

Views

Activity

Reply to Reset IAP with Apple ID in Test Flight
Having encountered this same issue, I found that you must first create a dummy Sandbox ID: https://help.apple.com/app-store-connect/#/dev8b997bee1 Next, on your device, go to Settings -> AppStore -> Sandbox Account. Log out of your Apple ID and punch in the Sandbox ID. Finally, delete the app on your device and reinstall from TestFlight. I hope this helps!
Topic: App & System Services SubTopic: StoreKit Tags:
Jan ’23
Reply to Navigation: update multiple times per frame
I was able to remove the runtime warning using a button instead of a navigation link, similar to RandoCorleones' suggestion. I toggled an isPresented State variable within the button that triggered a navigationDestination. .navigationDestination(isPresented: $isPresented, destination: {                 TriggeredView()             })
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’23
Reply to How to change the name on the left side of organizer
Same here
Replies
Boosts
Views
Activity
May ’22
Reply to SwiftUI NavigationLink pops out by itself
For me it was a LazyVStack higher up in the calling tree.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to Reset IAP with Apple ID in Test Flight
Having encountered this same issue, I found that you must first create a dummy Sandbox ID: https://help.apple.com/app-store-connect/#/dev8b997bee1 Next, on your device, go to Settings -> AppStore -> Sandbox Account. Log out of your Apple ID and punch in the Sandbox ID. Finally, delete the app on your device and reinstall from TestFlight. I hope this helps!
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to Navigation: update multiple times per frame
I was able to remove the runtime warning using a button instead of a navigation link, similar to RandoCorleones' suggestion. I toggled an isPresented State variable within the button that triggered a navigationDestination. .navigationDestination(isPresented: $isPresented, destination: {                 TriggeredView()             })
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to "UI unresponsiveness" warning on @main
Same here - This method should not be called on the main thread as it may lead to UI unresponsiveness. Xcode 14.2, target iOS 16.0. Cause: Google Ad Mob.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’23