1***@qq.com
1***@qq.com
  • 发布:2017-11-13 14:37
  • 更新:2017-11-13 15:28
  • 阅读:1783

ios发布时反馈的urlscheme 问题

分类:5+ SDK

添加了推送后 再次打包上传时反馈错误
The following URL schemes found in your app are not in the correct format: [203637246]. URL schemes need to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen or the plus sign only. Please see RFC1738 for more detail.

该如何解决

"apple": {
"appid": "com.yesgame.fangfa",/iOS应用标识,苹果开发网站申请的appid,如io.dcloud.HelloH5/
"mobileprovision": "",/iOS应用打包配置文件/
"password": "",/iOS应用打包个人证书导入密码/
"p12": "",/iOS应用打包个人证书,打包配置文件关联的个人证书/
"devices": "iphone",/iOS应用支持的设备类型,可取值iphone/ipad/universal/
"urltypes":[
{
"urlidentifer":"com.yesgame.fangfa",

                    "urlschemes":  
                        ["mofang"]  

                }  
            ],  
            "frameworks": []  
        },
2017-11-13 14:37 负责人:无 分享
已邀请:
DCloud_App_Array

DCloud_App_Array

应用的appid是什么?
云端打包默认会将应用的appid配置为scheme,如果appid是“203637246”,请调整appid避免此问题(scheme要求只能以字母开头)。

该问题目前已经被锁定, 无法添加新回复