我们正在使用 App Clips,虽然使用 Apple 的 App Clip Codes 会很好,但似乎有一个无法使用的小负载限制。甚至尝试对相对较短的 URL 进行编码,如下所示:
AppClipCodeGenerator generate --url 'https://www.example.com/1234567890ABCD' --index 8 --output ./appclip8.svg
返回错误:
Compressed URL too large: The compressed URL byte size exceeds supported payload size of the App Clip Code.
因此,对任何有用的东西进行编码的唯一方法是将数据库中的所有参数与 URL 中的引用一起使用,但这会增加一个额外的往返请求来检索该数据。我错过了什么吗?