我引用了这个链接https://blog.branch.io/how-to-setup-universal-links-to-deep-link-on-apple-ios/,但没有得到通用链接的确切概念以及如何使用命令
cat apple-app-site-association-unsigned | openssl smime -sign -inkey yourdomain.com.key -signer yourdomain.com.cert -certfile digicertintermediate.cert -noattr -nodetach -outform DER > apple-app-site-association发布于 2017-11-22 05:35:29
要集成Branch,您不需要使用此命令。此命令仅在您自己设置到主机和签名您自己的AASA文件的通用链接时才需要。Branch实际上会自动为您生成并托管一个AASA文件。您最好遵循this documentation将分支集成到您的iOS应用程序中。
https://stackoverflow.com/questions/47410413
复制相似问题