Post

Replies

Boosts

Views

Activity

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()             })
Feb ’23
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!
Jan ’23