【发布时间】:2019-11-01 00:08:43
【问题描述】:
我想传递一个参数(userId="Derrick") 来播放我的 ionic 3 应用程序的商店链接并在应用程序安装后检索它。
我尝试了很多想法: 1- Firebase 动态链接插件;我无法管理 firebase 控制台端(google-services.json 和 GoogleService-Info.plist)。我还没有找到一个可行的例子。 (根据这个问题Ionic 3: Getting value from PlayStore link) 2-谷歌分析插件;使用 getVar,我没有结果 3- TealiumInstallReferrer 插件;没办法(根据这个问题https://stackoverflow.com/questions/25466443/how-to-use-app-links-to-pass-parameter-to-android-playstore-to-be-retrived-when) 4- 应用偏好; 5- 我也尝试使用第三方 URL 将参数存储在 SQLite 中,但无法从网站在手机的 SQLite 中写入 6- 我尝试了很多提议,但我没有解决方案。
【问题讨论】:
标签: ionic3