From 441f8a2d89e81dd92b722629a34e23ed6a3ba777 Mon Sep 17 00:00:00 2001 From: Ethan Neff Date: Thu, 8 Dec 2016 11:39:11 -0800 Subject: [PATCH] fix: list on spotlight now works --- testbed/www/js.es6/index.js | 20 ++++++++++---------- testbed/www/js/index.js | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/testbed/www/js.es6/index.js b/testbed/www/js.es6/index.js index cbb3b89c..b03a6ffc 100644 --- a/testbed/www/js.es6/index.js +++ b/testbed/www/js.es6/index.js @@ -175,11 +175,11 @@ function BranchDeepLink() { // optional fields var properties = { - $fallback_url: "www.example.com", - $desktop_url: "www.desktop.com", - $android_url: "www.android.com", - $ios_url: "www.ios.com", - $ipad_url: "www.ipad.com", + $fallback_url: "http://www.example.com/example", + $desktop_url: "http://www.example.com/desktop", + $android_url: "http://www.example.com/android", + $ios_url: "http://www.example.com/ios", + $ipad_url: "http://www.example.com/ipad", more_custom: "data", even_more_custom: true, this_is_custom: 41231 @@ -215,11 +215,11 @@ function BranchShareSheet() { // optional fields var properties = { - $fallback_url: "www.example.com", - $desktop_url: "www.desktop.com", - $android_url: "www.android.com", - $ios_url: "www.ios.com", - $ipad_url: "www.ipad.com", + $fallback_url: "http://www.example.com/example", + $desktop_url: "http://www.example.com/desktop", + $android_url: "http://www.example.com/android", + $ios_url: "http://www.example.com/ios", + $ipad_url: "http://www.example.com/ipad", more_custom: "data", even_more_custom: true, this_is_custom: 41231 diff --git a/testbed/www/js/index.js b/testbed/www/js/index.js index 8b1dff21..042c2bf7 100644 --- a/testbed/www/js/index.js +++ b/testbed/www/js/index.js @@ -177,11 +177,11 @@ function BranchDeepLink() { // optional fields var properties = { - $fallback_url: "www.example.com", - $desktop_url: "www.desktop.com", - $android_url: "www.android.com", - $ios_url: "www.ios.com", - $ipad_url: "www.ipad.com", + $fallback_url: "http://www.example.com/example", + $desktop_url: "http://www.example.com/desktop", + $android_url: "http://www.example.com/android", + $ios_url: "http://www.example.com/ios", + $ipad_url: "http://www.example.com/ipad", more_custom: "data", even_more_custom: true, this_is_custom: 41231 @@ -217,11 +217,11 @@ function BranchShareSheet() { // optional fields var properties = { - $fallback_url: "www.example.com", - $desktop_url: "www.desktop.com", - $android_url: "www.android.com", - $ios_url: "www.ios.com", - $ipad_url: "www.ipad.com", + $fallback_url: "http://www.example.com/example", + $desktop_url: "http://www.example.com/desktop", + $android_url: "http://www.example.com/android", + $ios_url: "http://www.example.com/ios", + $ipad_url: "http://www.example.com/ipad", more_custom: "data", even_more_custom: true, this_is_custom: 41231