ERROR ITMS-90158:"The following URL schemes found in your app are not in the current format:[XXX]." 删除 schemes 中的XXX 路径
ERROR ITMS-90158: The following URL schemes found in your app are not in the correct format:[wb 1054510268]. 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 RFC 1738 for more detail.
解决:工程的Target面板中,选择info可以看到有URL Types,其中就有一个URL scheme
楼上这些都是解决方案
但是没有解决我的问题
我猜测我的问题是:我的 URL schemes 中的值有问题 如楼上 [wb 1054510268] 我的是 [wb_New]
然后我尝试处理 把下划线去掉了 变成[wbnew] 并全部小写 再次打包提交
欧了···················
说明
也行还真是格式的问题。IOS 小白,如有不对,请大神指点。不服的可以来打我···············
另附一篇 后来的思索 之后的文章
自定义 URL Scheme 完全指南
http://www.cocoachina.com/industry/20140522/8514.html