报错:
Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.
已在配置文件里面添加
"plistcmds": [
"Add :NSLocationWhenInUseUsageDescription 根据您的位置信息,您可随时与附近的人进行沟通。",
"Add :NSLocationAlwaysUsageDescription string 根据您的位置信息,您可随时与附近的人进行沟通。",
"Add :NSContactsUsageDescription string 将调用您的通讯录,允许吗?",
"Add :NSMicrophoneUsageDescription string 将调用您的麦克风,允许吗?",
"Add :NSPhotoLibraryUsageDescription string 将调用您的相册,允许吗?",
"Add :NSCameraUsageDescription string 将调用您的相机,允许吗?"
]
然后这次的app也没用到推送功能,在开发者平台已经把push给关掉了。还是报错
2 个回复
张释 - 码农
没有人回复吗?
BBcoder
请问解决了吗