Advertisement
rabiun

Deep link (pickaboo/ facebook)

Mar 18th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. facebook deep link structure:
  2.  
  3. pickaboo://19s.pickaboo.com/products/?product_id=31998
  4. pickaboo://19s.pickaboo.com/categories/?category_id=173
  5. --------------------------------------------------------
  6. adb command for testing:
  7.  
  8. adb shell am start -W -a android.intent.action.VIEW -d "pickaboo://19s.pickaboo.com/categories/?category_id=173"
  9. adb shell am start -W -a android.intent.action.VIEW -d "pickaboo://19s.pickaboo.com/products/?product_id=31998"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement