Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/127.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
iOS";在应用程序中找到的URL方案格式不正确;上传应用程序时_Ios_Url Scheme - Fatal编程技术网

iOS";在应用程序中找到的URL方案格式不正确;上传应用程序时

iOS";在应用程序中找到的URL方案格式不正确;上传应用程序时,ios,url-scheme,Ios,Url Scheme,我在将应用程序上载到应用程序商店时遇到以下错误 错误ITMS-90158:在您的应用程序中找到的以下URL方案的格式不正确:[5063495]。URL方案需要以字母字符开头,并且只能由字母数字字符、句点、连字符或加号组成。有关详细信息,请参阅RFC1738 我在应用程序中使用Facebook、Google+、Instagram和LinkedIn登录 Info.plist文件代码 <key>CFBundleURLTypes</key> <array> &

我在将应用程序上载到应用程序商店时遇到以下错误

错误ITMS-90158:在您的应用程序中找到的以下URL方案的格式不正确:[5063495]。URL方案需要以字母字符开头,并且只能由字母数字字符、句点、连字符或加号组成。有关详细信息,请参阅RFC1738

我在应用程序中使用Facebook、Google+、Instagram和LinkedIn登录

Info.plist文件代码

<key>CFBundleURLTypes</key>
<array>
    <dict>
        <key>CFBundleURLSchemes</key>
        <array>
            <string>fb***************</string>
            <string>5063495</string>
        </array>
    </dict>
    <dict>
        <key>CFBundleTypeRole</key>
        <string>Editor</string>
        <key>CFBundleURLSchemes</key>
        <array>
            <string>com.googleusercontent.apps.************-juag6bl6uqrrd0ivf80anjics6j92ehp</string>
        </array>
    </dict>
</array>
CbundleUrlTypes
循环流化床锅炉方案
食品饮料***************
5063495
CbundleTypeRole
编辑
循环流化床锅炉方案
com.googleusercontent.apps.*********-juag6bl6uqrrd0ivf80anjics6j92ehp

您有以下URL方案:

<string>5063495</string>
5063495
但是,错误表明:

URL方案需要以字母字符开头


5063495
不以字母开头。将其更改为其他内容。

显然,错误消息是正确的。你到底在问什么?谢谢你的帮助。我错加了那个号码。