Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iPhone 应用程序有没有办法在不使用冒号的情况下接收 URL 回调?
iOS自定义 URL 架构要求 URL 中有一个冒号:。不幸的是,我与之通信的 API 只接受域名而不接受 URL。不接受冒号、正斜杠等。也许除了自定义 URL 架构之外还有其他选项。
我需要像“myapp”或 com.mycompany.myapp 这样的回调。
谢谢