Hello dears! I have a question, due to Apple's requirements I need to customize the descriptions of certain permission requests, in this case through the use of the following Keys in the Extensibility configurations section:
{
"name": "NSLocationAlwaysAndWhenInUseUsageDescription",
"value": "The app..."
},
"name": "NSLocationAlwaysUsageDescription",
"name": "NSLocationWhenInUseUsageDescription",
"name": "NSUserTrackingUsageDescription",
"value": "Your data will be..."
}
My question is, is there any way to set these keys in different languages and that they adapt to the user's preferences, as is the case with their titles?
I remain attentive to comments.
Best Regards