简体   繁体   English

你可以在没有 App Store Id 的情况下使用 firebase 动态链接吗

[英]can you use firebase dynamic link without App Store Id

Im testing a firebase dynamic link with my test flutter iOS and android app.我正在使用我的测试 flutter iOS 和 android 应用程序测试 firebase 动态链接。 I was wondering do you have to upload the app to App Store and google play store to use dynamic link or is there a method to use the future to launch the app for test proposes.我想知道您是否必须将该应用程序上传到 App Store 和 google play 商店才能使用动态链接,或者是否有一种方法可以使用未来来启动该应用程序以进行测试建议。 What I'm trying to achieve is to trigger a function within flutter using a URL.我想要实现的是使用 URL 在 flutter 中触发一个函数。 so if you have any information about this please let me know and if you have any suggestion that would be appreciated所以如果你有任何关于这方面的信息,请告诉我,如果你有任何建议,将不胜感激

The app store ID parameter ( isi ) is optional.应用商店 ID 参数 ( isi ) 是可选的。 If you omit it when you click the link it just won't do anything (or do some fallback action based on link parameters).如果您在单击链接时省略它,它将不会执行任何操作(或根据链接参数执行一些后备操作)。

In the meantime just to test if your store redirection works you can use the app store-id of any App Store app.同时,为了测试您的商店重定向是否有效,您可以使用任何 App Store 应用程序的应用程序商店 ID。 Just don't forget to change it before publishing your app.只是不要忘记在发布您的应用程序之前更改它。

You can find all available Firebase Dynamic Link parameters here您可以 在此处找到所有可用的 Firebase 动态链接参数

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 Play Store App 中打开 Firebase 动态链接 - How to open Firebase Dynamic Link in Play Store App 在没有 FirebaseDynamicLinks 的情况下使用 android 应用程序打开 Firebase 动态链接 - Opening Firebase Dynamic Link with android app without FirebaseDynamicLinks Firebase 动态链接未打开应用 - Firebase dynamic link not opening the app 创建和测试没有域的 Firebase 动态链接? - Creating and Testing a Firebase Dynamic Link Without Domain? 安装后我们无法从 Play 商店打开应用程序,动态链接 (firebase) Android 会发生这种情况 - we can't open apps from play store after an install, this happens with dynamic link (firebase) Android 你能删除Android Play商店应用程序并使用包名吗? - Can you delete android play store app and use the package name? 强制 Firebase 动态链接在应用浏览器中打开 - Force Firebase dynamic link to open in app browser Firebase 动态链接 - 打开应用的多个实例 - Firebase dynamic link - opening multiple instance of the app Firebase 与 flutter 动态链接:深层链接 URL 未打开应用程序 - Firebase dynamic link with flutter: Deep link URL doesnt open app Firebase 动态链接 - 从 Play 商店安装应用程序后无法在 android 中获取 Url - Firebase Dynamic Links - Can't get Url in android after install app from play store
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM