admin管理员组文章数量:1402974
In a project having both an app and a website, the following two website urls are to be handed over to the corresponding app:
In AASA file, this becomes:
"components": [
{ "/": "/search", "?": { "plus": "", "query": "?*" } }
However, finally it does not work for both urls. Only the one with "query" works by hand over to app.
For investigation, I have tried this for the problematic link:
"components": [
{ "/": "/search", "?": "plus" }
and this works.
How can I get both to work?
(note that for the sake of brevity, only a portion of the AASA files are shown)
本文标签: iosProblem setting up AASA file specifying paths with queriesStack Overflow
版权声明:本文标题:ios - Problem setting up AASA file specifying paths with queries - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744085478a2588437.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论