进行安心打包后得到ipa包上架到Applestore报:
ERROR ITMS-90771: "Missing Info.plist value. The Info.plist key 'BGTaskSchedulerPermittedIdentifiers' must contain a list of identifiers used to submit and handle tasks when 'UIBackgroundModes' has a value of 'processing'. For more information, refer to the Information Property List Key Reference at https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Introduction/Introduction.html."
因为应用是需要后台运行的;
manifest中也进行了设置:
/ ios打包配置 /
"ios" : {
"UIBackgroundModes" : "location,audio,processing",
"BGTaskSchedulerPermittedIdentifiers" : [ "com.shandi.app.ios" ],
"privacyDescription" : {
"BGTaskSchedulerPermittedIdentifiers" : [ "com.shandi.app.ios" ],
"NSLocationAlwaysUsageDescription" : "救援人员位置上报",
"NSPhotoLibraryUsageDescription" : "救援图片选择",
"NSPhotoLibraryAddUsageDescription" : "救援图片选择",
"NSCameraUsageDescription" : "救援情况拍摄",
"NSMicrophoneUsageDescription" : "救援情况记录",
"NSLocationWhenInUseUsageDescription" : "救援人员位置上报",
"NSLocationAlwaysAndWhenInUseUsageDescription" : "救援人员位置上报",
"NSLocalNetworkUsageDescription" : "救援人员位置上报"
},
"idfa" : false,
"dSYMs" : false
},
依然没有用;请问怎么解决?
1 个回复
FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866
用传统打包