从外部 url 打开使用 filemaker ios sdk (FIAS) 制作的应用程序显示错误弹出窗口

open app made with filemaker ios sdk (FIAS) from external url show error popup

我用 Filemaker ios SDK (18) 制作了一个应用程序,它运行完美。

我需要从另一个应用程序或 Safari 中打开此应用程序,并且我使用的是自定义 url 架构。

(我按照本教程创建 appdelegate)

https://github.com/starsite/SwiftFM/blob/master/FIAS-Swift-AppDelegate-walkthrough.md

应用程序打开,但出现此错误弹出窗口(当我从外部 url 打开应用程序时)。

error popup

编辑:

如果我构建一个简单的 swift 应用程序,它运行良好,它可能是 FM sdk 18(或未记录的东西)中的错误

URL 似乎有问题。你必须在这个视图中做到这一点:

"fmp"要自己改URL前缀。

fmp: //<user>:<pass>@<hostName>/<fileName> // user:pass

fmp: //<hostName>/<fileName>?script=<scriptName>&param=<parameter> // parameter

fmp: //<hostName>/<fileName>?script=<scriptName>&variable=<variable> // variable

fmp: //~/<fileName> // an unopened file, from ~/Documents

fmp: //$/<fileName> // currently open file

来源: https://community.claris.com/en/s/article/url-schemes-for-filemaker-go--app-sdk--and-swift