首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >离子帽iOS info.plist问题

离子帽iOS info.plist问题
EN

Stack Overflow用户
提问于 2022-09-18 20:01:56
回答 1查看 146关注 0票数 1

我仍然收到警告,但我想我把所有需要.我试图添加到我的info.pllist,使Facebook登录和谷歌登录工作在我的离子6和帽。

请帮我把它修好,我找不到任何办法让我一直得到警告.

这些错误是我在同步上限之后得到的:

代码语言:javascript
运行
复制
    [capacitor] [warn] Configuration might be missing for cordova-plugin-facebook-connect.
[capacitor]        Add the following to the existing CFBundleURLTypes entry of Info.plist:
[capacitor]        
[capacitor]        <dict>
[capacitor]        <key>CFBundleURLSchemes</key>
[capacitor]        <array>
[capacitor]        <string>fb$APP_IDFACEBOOK_URL_SCHEME_SUFFIX_PLACEHOLDER</string>
[capacitor]        <string>OTHER_APP_SCHEMES_PLACEHOLDER</string>
[capacitor]        </array>
[capacitor]        </dict>
[capacitor]        
[capacitor] [warn] Configuration might be missing for cordova-plugin-googleplus.
[capacitor]        Add the following to the existing CFBundleURLTypes entry of Info.plist:
[capacitor]        
[capacitor]        <dict>
[capacitor]        <key>CFBundleTypeRole</key>
[capacitor]        <key>CFBundleURLName</key>
[capacitor]        <key>CFBundleURLSchemes</key>
[capacitor]        <string>Editor</string>
[capacitor]        <string>REVERSED_CLIENT_ID</string>
[capacitor]        <array>
[capacitor]        <string>$REVERSED_CLIENT_ID</string>
[capacitor]        </array>
[capacitor]        </dict>
[capacitor]        
[capacitor] [warn] Configuration might be missing for cordova-plugin-facebook-connect.
[capacitor]        Add the following to the existing NSAppTransportSecurity entry of Info.plist:
[capacitor]        
[capacitor]        <key>NSExceptionDomains</key>
[capacitor]        <dict>
[capacitor]        <key>facebook.com</key>
[capacitor]        <key>fbcdn.net</key>
[capacitor]        <key>akamaihd.net</key>
[capacitor]        <dict>
[capacitor]        <key>NSIncludesSubdomains</key>
[capacitor]        <key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
[capacitor]        <true/>
[capacitor]        <false/>
[capacitor]        </dict>
[capacitor]        <dict>
[capacitor]        <key>NSIncludesSubdomains</key>
[capacitor]        <key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
[capacitor]        <true/>
[capacitor]        <false/>
[capacitor]        </dict>
[capacitor]        <dict>
[capacitor]        <key>NSIncludesSubdomains</key>
[capacitor]        <key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
[capacitor]        <true/>
[capacitor]        <false/>
[capacitor]        </dict>
[capacitor]        </dict>

这是我的info.pllst文件(如果是他的话):

代码语言:javascript
运行
复制
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>CFBundleDevelopmentRegion</key>
    <string>en</string>
    <key>CFBundleDisplayName</key>
    <string>myappname</string>
    <key>CFBundleExecutable</key>
    <string>$(EXECUTABLE_NAME)</string>
    <key>CFBundleIdentifier</key>
    <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleName</key>
    <string>$(PRODUCT_NAME)</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleShortVersionString</key>
    <string>$(MARKETING_VERSION)</string>
    <key>CFBundleVersion</key>
    <string>$(CURRENT_PROJECT_VERSION)</string>
    <key>LSRequiresIPhoneOS</key>
    <true/>
    <key>UILaunchStoryboardName</key>
    <string>LaunchScreen</string>
    <key>UIMainStoryboardFile</key>
    <string>Main</string>
    <key>UIRequiredDeviceCapabilities</key>
    <array>
        <string>armv7</string>
    </array>
    <key>CFBundleURLTypes</key>
    <array>
        <dict>
            <key>CFBundleTypeRole</key>
            <string>Role</string>
            <key>CFBundleURLName</key>
            <string>REVERSED_CLIENT_ID</string>
            <key>CFBundleURLSchemes</key>
            <array>
                <string>REVERSED_CLIENT_ID</string>
            </array>
        </dict>
                <dict>
                <key>CFBundleURLSchemes</key>
                 <string>REVERSED_CLIENT_ID</string>
            </dict>
                    <dict>
                    <key>CFBundleURLSchemes</key>
                    <array>
                        <string>fb$APP_IDFACEBOOK_URL_SCHEME_SUFFIX_PLACEHOLDER</string>
                        <string>OTHER_APP_SCHEMES_PLACEHOLDER</string>
                    </array>
                </dict>
    </array>
    <key>NSAppTransportSecurity</key>
    <dict>
        <key>NSExceptionDomains</key>
        <dict>
            <key>facebook.com</key>
            <dict/>
            <key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
            <false/>
            <key>NSIncludesSubdomains</key>
            <true/>
            <key>fbcdn.net</key>
            <dict>
                <key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
                <false/>
                <key>NSIncludesSubdomains</key>
                <true/>
            </dict>
            <key>akamaihd.net</key>
            <dict>
                <key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
                <false/>
                <key>NSIncludesSubdomains</key>
                <true/>
            </dict>
        </dict>
    </dict>
    <key>UISupportedInterfaceOrientations</key>
    <array>
        <string>UIInterfaceOrientationPortrait</string>
        <string>UIInterfaceOrientationLandscapeLeft</string>
        <string>UIInterfaceOrientationLandscapeRight</string>
    </array>
    <key>UISupportedInterfaceOrientations~ipad</key>
    <array>
        <string>UIInterfaceOrientationPortrait</string>
        <string>UIInterfaceOrientationPortraitUpsideDown</string>
        <string>UIInterfaceOrientationLandscapeLeft</string>
        <string>UIInterfaceOrientationLandscapeRight</string>
    </array>
    <key>UIViewControllerBasedStatusBarAppearance</key>
    <true/>
    <key>FacebookUrlSchemeSuffix</key>
    <string>FACEBOOK_URL_SCHEME_SUFFIX_PLACEHOLDER</string>
    <key>FacebookHybridAppEvents</key>
    <string>$FACEBOOK_HYBRID_APP_EVENTS</string>
    <key>NSPhotoLibraryUsageDescription</key>
    <string>This app requires photo library access to function properly.</string>
    <key>NSCalendarsUsageDescription</key>
    <string>This app requires calendar access to function properly.</string>
    <key>FacebookDisplayName</key>
    <string>$APP_NAME</string>
    <key>NSLocationWhenInUseUsageDescription</key>
    <string>$LOCATION_USAGE_DESCRIPTION</string>
    <key>NSMotionUsageDescription</key>
    <string>This app requires motion detection access to function properly.</string>
    <key>NSBluetoothPeripheralUsageDescription</key>
    <string>This app requires Bluetooth access to function properly.</string>
    <key>NSMicrophoneUsageDescription</key>
    <string>This app requires microphone access to function properly.</string>
    <key>NSCameraUsageDescription</key>
    <string>This app requires camera access to function properly.</string>
    <key>NSContactsUsageDescription</key>
    <string>This app requires contacts access to function properly.</string>
    <key>FacebookAutoLogAppEventsEnabled_PLACEHOLDER</key>
    <string>FACEBOOK_AUTO_LOG_APP_EVENTS_PLACEHOLDER</string>
    <key>FacebookAdvertiserIDCollectionEnabled_PLACEHOLDER</key>
    <string>FACEBOOK_ADVERTISER_ID_COLLECTION_PLACEHOLDER</string>
    <key>FacebookAppID</key>
    <string>$APP_ID</string>
    <key>NSRemindersUsageDescription</key>
    <string>This app requires reminders access to function properly.</string>
    <key>NSPhotoLibraryAddUsageDescription</key>
    <string>$PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION</string>
    <key>LSApplicationQueriesSchemes</key>
    <array>
        <string>fbapi</string>
        <string>fb-messenger-api</string>
        <string>fbauth2</string>
        <string>fbshareextension</string>
        <string>citymapper</string>
        <string>comgooglemaps</string>
        <string>navigon</string>
        <string>transit</string>
        <string>waze</string>
        <string>yandexnavi</string>
        <string>uber</string>
        <string>tomtomhome</string>
        <string>com.sygic.aura</string>
        <string>here-route</string>
        <string>moovit</string>
        <string>lyft</string>
        <string>mapsme</string>
        <string>cabify</string>
        <string>baidumap</string>
        <string>taxis99</string>
        <string>iosamap</string>
    </array>
    <key>NSBluetoothAlwaysUsageDescription</key>
    <string>This app requires constant Bluetooth access to function properly.</string>
    <key>NSLocationAlwaysUsageDescription</key>
    <string>This app requires constant access to your location in order to track your position, even when the screen is off or the app is in the background.</string>
    <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
    <string>This app requires constant access to your location in order to track your position, even when the screen is off or the app is in the background.</string>
</dict>
</plist>
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/73766032

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档