Add entry to iOS .plist file via Cordova config.xml

后端 未结 15 1462
日久生厌
日久生厌 2020-11-28 21:41

I am new to the Cordova CLI.

I need to perform the following steps programmatically via Cordova.

  1. In the project .plist add a new row
  2. Enter th
15条回答
  •  [愿得一人]
    2020-11-28 22:21

    I'm using the following in the ionic 3 without any additional plugin or imports and I think this could be helpful for others:

    
        
            Location is required so we can show you your nearby projects to support.
        
        
            Camera accesss required in order to let you select profile picture from camera.
        
        
            Photo library accesss required in order to let you select profile picture from gallery / library.
        
    
    

提交回复
热议问题