appstore警告内容:
ITMS-90737: Missing Document Configuration - By declaring the CFBundleDocumentTypes key in your app, you've indicated that your app is able to open documents. Please set the UISupportsDocumentBrowser key to 'YES' if your app uses a UIDocumentBrowserViewController. Otherwise, set the LSSupportsOpeningDocumentsInPlace key in the Info.plist to 'YES' (recommended) or 'NO' to specify whether the app can open files in place. All document-based apps must include one of these configurations. For more information, visit https://developer.apple.com/document-based-apps/.
请问,我的配置该如何调整?
is子非鱼 (作者)
看我截图,配置的不对吗?
"ios" : { "urltypes" : "", "UIBackgroundModes" : "audio", "LSSupportsOpeningDocumentsInPlace" : true, "idfa" : false, "dSYMs" : false, "capabilities" : { "plists" : { "CFBundleDocumentTypes" : [ { "CFBundleTypeName" : "com.app.my", "LSHandlerRank" : "Alternate", "LSItemContentTypes" : [ "public.item" ] } ] } }, "plists" : { "CFBundleDocumentTypes" : [ { "CFBundleTypeName" : "com.app.my", "LSHandlerRank" : "Alternate", "LSItemContentTypes" : [ "public.item" ] } ] } },
2022-11-07 14:31
yaomu
回复 is子非鱼: 请问一下解决了吗?我遇到了一样的问题,这个需要怎么配置呢?
2024-06-12 17:06