Hi,
i am banging my head against a wall here so hopefully someone can help.
I am using permission_handler to request location permissions when needed, and when testing this works great, i can see location under the app permissions under settings.
when I deploy to the app store for test flight, there is no location permissions, just nothing. only siri, search and mobile data. when testing on simulator and physical device, i can see location permissions and can enable/disable as needed
what have I done already:-
Added the correct privacy statements in info.list, both via flutterflow and via info.plist directly.
checked cocoapods to ensure permssion_handler has PERMISSION_LOCATION=1 enabled.
fresh install of app, clean flutter/ios folder (deleted and redeployed to build)
screamed at the computer
added background refresh -> location to the xcode project and deployed via github with new settings to testflight
I'm seriously at a loss and have been through countless forums, trying everything i saw.