I'm trying to deploy the app to the AppStore using Mobile Deployment feature of FlutterFlow.
But AppStore rejected my request because of “Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage”.
Here is the message.
“One or more purpose strings in the app do not sufficiently explain the use of protected resources. Purpose strings must clearly and completely describe the app’s use of data and, in most cases, provide an example of how the data will be used”.
They asked Update the camera, photo library, and location purpose string.
But I already set those strings on Permissions tab of FlutterFlow like screenshot.
Is there any other way to solve this problem?
I don't want to export the project. I want to deploy on FlutterFlow itself.