PhoneGap missing plist.key

后端 未结 6 927
一向
一向 2021-02-09 03:02

When I try and load upload my iTunes app installer to iTunes I relieve this error:

Missing Info.plist key - This app attempts to access privacy-sensitive

6条回答
  •  半阙折子戏
    2021-02-09 03:46

    Please open your project in xcode and go to your .plist file in resources folder,

    Then at end of in you .plist file click on "+" and add search for "Privacy - Photo Library Usage Description" and add it's value in beside column.

    same please do for "NSCameraUsageDescription" again click on "+" and search for "Privacy - Camera Usage Description" and again give some usage description in beside column.

    it will solve you issue.

    For more info please visit following:

    1) Stackoverflow question related to your question 2) Official apple doc for all required keys to be added

提交回复
热议问题