簡體   English   中英

Ios react-native 無法部署到應用商店獲取 ITMS-90683:Info.plist 中缺少目的字符串

[英]Ios react-native cant deploy to app store getting ITMS-90683: Missing Purpose String in Info.plist

我從 App Store Connect 獲取:缺少 NSContactsUsageDescription 和 NSBluetoothAlwaysUsageDescription,但是當我鎖定我的 info.plist 時,我看到了這些屬性。

接下來我該怎么辦? Hoo 調試或查找這些屬性丟失的地方?

在此處輸入圖像描述

ios/[app-name]/Info.plist

<key>NSContactsUsageDescription</key>
<string>This app requires contacts access to function properly.</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>App uses Bluetooth to find, connect and communicate with nearby devices. Please grant access.</string>

注意space ,你可以查看Info.plist作為源代碼

如果你的目標 iOS 低於 13,你還需要添加NSBluetoothPeripheralUsageDescription

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM