@@ -175,11 +175,11 @@ function BranchDeepLink() {
175175
176176 // optional fields
177177 var properties = {
178- $fallback_url : "www.example.com" ,
179- $desktop_url : "www.desktop .com" ,
180- $android_url : "www.android .com" ,
181- $ios_url : "www.ios .com" ,
182- $ipad_url : "www.ipad .com" ,
178+ $fallback_url : "http:// www.example.com/example " ,
179+ $desktop_url : "http:// www.example .com/desktop " ,
180+ $android_url : "http:// www.example .com/android " ,
181+ $ios_url : "http:// www.example .com/ios " ,
182+ $ipad_url : "http:// www.example .com/ipad " ,
183183 more_custom : "data" ,
184184 even_more_custom : true ,
185185 this_is_custom : 41231
@@ -215,11 +215,11 @@ function BranchShareSheet() {
215215
216216 // optional fields
217217 var properties = {
218- $fallback_url : "www.example.com" ,
219- $desktop_url : "www.desktop .com" ,
220- $android_url : "www.android .com" ,
221- $ios_url : "www.ios .com" ,
222- $ipad_url : "www.ipad .com" ,
218+ $fallback_url : "http:// www.example.com/example " ,
219+ $desktop_url : "http:// www.example .com/desktop " ,
220+ $android_url : "http:// www.example .com/android " ,
221+ $ios_url : "http:// www.example .com/ios " ,
222+ $ipad_url : "http:// www.example .com/ipad " ,
223223 more_custom : "data" ,
224224 even_more_custom : true ,
225225 this_is_custom : 41231
0 commit comments