gpt4 book ai didi

android - 代号一。 IOS 拦截 URL 问题。

转载 作者:行者123 更新时间:2023-11-29 12:01:47 24 4
gpt4 key购买 nike

我希望我的应用程序在外部应用程序中打开时能够拦截 url。我设法使用 android.xintent_filter 构建提示和 url 方案“http”让它在 android 上运行。但是它不适用于ios。我完全按照此处的说明添加了此构建提示:http://www.codenameone.com/blog/intercepting-urls-on-ios-android.html ...

<key>CFBundleURLTypes</key>     <array>         <dict>              
<key>CFBundleURLName</key>
<string>www.mibrand.co.za</string>
</dict> <dict> <key>CFBundleURLSchemes</key>
<array> <string>http</string> </array>
</dict> </array>

我什至尝试将 url 方案更改为“myapp”,因为我在某处读到 ios 不允许应用程序拦截 http url 方案,但它仍然无效。我做错了什么?

还有一点。我读到的有关 ios 和 http url 方案的内容是正确的。因为当我尝试将 android.xintent 构建提示中的 url 方案更改为“myapp”时,android 手机不会将文本作为链接获取,因此无法打开它们,所以我被迫使用 http url 方案。但如果这对 ios 不起作用,那么我就有点麻烦了。我该如何解决这个问题?

最佳答案

您是否在使用 Facebook 集成 check this out .

具体来说:

However, that can conflict with the Facebook integration if you use FacebookConnect which needs access to the schemes. To workaround it you can use the build hint ios.urlScheme e.g.:

ios.urlScheme=<string>myapp</string>

关于android - 代号一。 IOS 拦截 URL 问题。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36650285/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com