42
Views
0
Comments
iOS permission requests with multi lenguage descriptions
Application Type
Mobile
Service Studio Version
11.54.7 (Build 62326)
Platform Version
11.19.0 (Build 39069)

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",

             "value": "The app..."

         },

         {

             "name": "NSLocationWhenInUseUsageDescription",

             "value": "The app..."

         },

         {

             "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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.