Post

Replies

Boosts

Views

Activity

Reply to Flutter macOS app getting warnings related to privacy manifest
Hi Albert Pascual, Thanks a lot for your immediate reply Please note we are using a purely flutter project created with Cursor( VSCode AI version) IDE targeted to MacOS and Windows For realising the app to Mac app store we are using Xcode 16.0 version running on MacOS 15.1.1 When we releasing a test flight build there is no warnings happening But when ever we are releasing the app for Beta testing or App Store review we are getting the warning emails Using a Test project won't help us to demonstrate the issue I believe Waiting for your reply Thanks in advance
Feb ’25
Reply to App Navigation stuck while Air Play is enabled
I found a similar issue related to navigation here https://developer.apple.com/forums/thread/695932 . So I just followed as mentioned in the above answer. I created a static member for window property in SceneDelegate and initialising it on the scene willConnectTo method of the SceneDelegate. And I am using this static member in other parts of the application to get fetch the rootViewController . This solves my issue. I can now use the app navigation with out any issues while the Air Play is active
Topic: App & System Services SubTopic: General Tags:
Apr ’23