iOS URL Scheme Length

微笑、不失礼 提交于 2020-01-12 16:43:23

问题


Is there a limitation on the length of a URL Scheme for an iOS App?

We have a number of apps and want to prefix them with the name of our 14 character company name to prevent ambiguity. I don't see any mention of a limitation in the documentation and I can enter an arbitrarily long string in Xcode.

I know that the shorter schemes are preferred but is there a limit on the length of the scheme?


回答1:


I'm pretty sure that its the same as the normal URL scheme.

This question goes over a similar topic, you might find more information in here.



来源:https://stackoverflow.com/questions/8577175/ios-url-scheme-length

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!